Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Nov 1, 2023
1 parent fa64065 commit 0347217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py4DSTEM/process/strain/strain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,7 @@ def show_reference_directions(
plt.show()
return
else:
axs = ((ax11, ax12), (ax21, ax22))
return fig, axs
return fig, (ax1,ax2)

def show_lattice_vectors(
ar,
Expand Down

0 comments on commit 0347217

Please sign in to comment.