Skip to content

Commit

Permalink
fix: vertical line in sagittal view is flipped
Browse files Browse the repository at this point in the history
  • Loading branch information
sai8951 committed Dec 24, 2024
1 parent 5d54638 commit dae07c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ants/plotting/plot_ortho_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dae07c9

Please sign in to comment.