From 280ff648d40c1b8c4340ab79f63cb53babd7e641 Mon Sep 17 00:00:00 2001 From: stnava Date: Thu, 19 Sep 2024 11:51:08 -0400 Subject: [PATCH] WIP: fix the ortho stack orientations ... needs work. --- ants/plotting/plot_ortho_stack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ants/plotting/plot_ortho_stack.py b/ants/plotting/plot_ortho_stack.py index c2832e31..f8cea10a 100644 --- a/ants/plotting/plot_ortho_stack.py +++ b/ants/plotting/plot_ortho_stack.py @@ -380,7 +380,7 @@ def reorient_slice(x, axis): ax.text( 0.5, 0.98, - "A", + "I", horizontalalignment="center", verticalalignment="top", fontsize=20 * figsize, @@ -390,7 +390,7 @@ def reorient_slice(x, axis): ax.text( 0.5, 0.02, - "P", + "S", horizontalalignment="center", verticalalignment="bottom", fontsize=20 * figsize,