Skip to content

Commit

Permalink
Update pyart/graph/max_cappi.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Sherman <[email protected]>
  • Loading branch information
syedhamidali and zssherman authored Sep 18, 2024
1 parent ab69d76 commit 31c36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/graph/max_cappi.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def plot_maxcappi(
sideticks = np.arange(max_height / 4, max_height + 1, max_height / 4).astype(int)

if cmap is None:
cmap = "pyart_NWSRef"
cmap = "pyart_HomeyerRainbow"
if vmin is None:
vmin = grid.fields[field]["data"].min()
if vmax is None:
Expand Down

0 comments on commit 31c36a7

Please sign in to comment.