Skip to content

Commit

Permalink
option to hide legend axes
Browse files Browse the repository at this point in the history
  • Loading branch information
cophus committed Jul 18, 2024
1 parent a709705 commit f7bde15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py4DSTEM/process/diffraction/crystal_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,8 @@ def plot_orientation_maps(
)

plt.show()
else:
ax_l.set_axis_off()

images_orientation = np.zeros((orientation_map.num_x, orientation_map.num_y, 3, 2))
if self.pymatgen_available:
Expand Down

0 comments on commit f7bde15

Please sign in to comment.