diff --git a/ants/plotting/plot_ortho_stack.py b/ants/plotting/plot_ortho_stack.py index f8cea10a..04152197 100644 --- a/ants/plotting/plot_ortho_stack.py +++ b/ants/plotting/plot_ortho_stack.py @@ -288,7 +288,7 @@ def reorient_slice(x, axis): if xyz_lines: # add lines l = mlines.Line2D( - [yz_slice.shape[0] - xyz[1], yz_slice.shape[0] - xyz[1]], + [xyz[1], xyz[1]], [xyz_pad, yz_slice.shape[0] - xyz_pad], color=xyz_color, alpha=xyz_alpha,