Skip to content

Commit

Permalink
Reorder markers to have texts show up over the mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Jun 10, 2024
1 parent 47534a8 commit 2383f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxem/signals/indexation_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def get_ipf_annotation_markers(self, offset: float = 0.85, scale: float = 0.2):
offset_transform="display",
offsets=[[0, 0]],
)
return polygon_sector, texts, mesh
return polygon_sector, mesh, texts

def to_ipf_colormap(
self,
Expand Down

0 comments on commit 2383f4d

Please sign in to comment.