Skip to content

Commit 280ff64

Browse files
committed
WIP: fix the ortho stack orientations ... needs work.
1 parent 504a43a commit 280ff64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ants/plotting/plot_ortho_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def reorient_slice(x, axis):
380380
ax.text(
381381
0.5,
382382
0.98,
383-
"A",
383+
"I",
384384
horizontalalignment="center",
385385
verticalalignment="top",
386386
fontsize=20 * figsize,
@@ -390,7 +390,7 @@ def reorient_slice(x, axis):
390390
ax.text(
391391
0.5,
392392
0.02,
393-
"P",
393+
"S",
394394
horizontalalignment="center",
395395
verticalalignment="bottom",
396396
fontsize=20 * figsize,

0 commit comments

Comments
 (0)