Skip to content

Commit

Permalink
bugfix: pcolormesh plot was missing norm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak committed Feb 16, 2023
1 parent 7518f6f commit 276609a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbout/plotting/plotfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def plot2d_wrapper(
add_colorbar=False,
add_labels=add_label,
cmap=cmap,
norm=norm,
**kwargs,
)
for region, add_label in zip(da_regions.values(), add_labels)
Expand Down

0 comments on commit 276609a

Please sign in to comment.