Skip to content

Commit

Permalink
FIX: Reference to cmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Jackson authored and Robert Jackson committed Jul 28, 2023
1 parent 2adf09d commit 4754ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emc2/statistics_LLNL/statistical_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def plot_every_subcolumn_timeseries_mixingratio_cloud_precipitation(
plot_var1[plot_var1 < 0] = np.nan
c1 = ax[ifig].pcolormesh(
input_time_2d_long, input_height_half_long / 1000.,
plot_var1*1000., vmin=0, vmax=0.1, cmap=cmap_plot)
plot_var1*1000., vmin=0, vmax=0.1, cmap=cmap)
ax[ifig].text(textx, texty, '(b) Precipitation',
transform=ax[ifig].transAxes)
y1 = np.array(ax[ifig].get_position())[0, 1]
Expand Down

0 comments on commit 4754ac7

Please sign in to comment.