Skip to content

Commit

Permalink
WIP: fix the ortho stack orientations ... needs work.
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Sep 19, 2024
1 parent 504a43a commit 280ff64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ants/plotting/plot_ortho_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def reorient_slice(x, axis):
ax.text(
0.5,
0.98,
"A",
"I",
horizontalalignment="center",
verticalalignment="top",
fontsize=20 * figsize,
Expand All @@ -390,7 +390,7 @@ def reorient_slice(x, axis):
ax.text(
0.5,
0.02,
"P",
"S",
horizontalalignment="center",
verticalalignment="bottom",
fontsize=20 * figsize,
Expand Down

0 comments on commit 280ff64

Please sign in to comment.