Skip to content

Commit

Permalink
complex grid scalebar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed Oct 30, 2023
1 parent dcc62a3 commit b7a7a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/visualize/vis_special.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def show_complex(
for ax_flat in ax.flatten():
divider = make_axes_locatable(ax_flat)
ax_cb = divider.append_axes("right", size="5%", pad="2.5%")
add_colorbar_arg(ax_cb)
add_colorbar_arg(ax_cb, chroma_boost=chroma_boost)
else:
divider = make_axes_locatable(ax)
ax_cb = divider.append_axes("right", size="5%", pad="2.5%")
Expand Down

0 comments on commit b7a7a5f

Please sign in to comment.