Skip to content

Commit

Permalink
Address pyxem#925
Browse files Browse the repository at this point in the history
  • Loading branch information
viljarjf committed Nov 9, 2023
1 parent 014e1e0 commit cedb200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyxem/utils/plotting_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ def _get_markers_iter(
mirrored=mirrored_sol,
)

# See https://github.com/pyxem/pyxem/issues/925
# Copied the solution from plot_template_over_pattern (#946)
y = signal.axes_manager[1].size - y

x *= signal.axes_manager[2].scale
y *= signal.axes_manager[3].scale

Expand Down

0 comments on commit cedb200

Please sign in to comment.