Skip to content

Commit

Permalink
Option to remove colour bar from plot
Browse files Browse the repository at this point in the history
  • Loading branch information
IanHeywood committed Mar 12, 2024
1 parent ab99139 commit 0ea05e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shade_ms/data_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def decimate_list(x, maxel):
ax.set_yticks(range(n), minor=True)

# colorbar?
if color_minmax:
if color_minmax and not options.nocolourbar:
import matplotlib.colors
# discrete axis
if caxis is not None and cdatum.is_discrete:
Expand Down

0 comments on commit 0ea05e0

Please sign in to comment.