Skip to content

Commit

Permalink
Update plot_convective_stratiform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratomkins committed Nov 14, 2023
1 parent 2dc369c commit d2d99ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/retrieve/plot_convective_stratiform.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,10 @@
ax1.set_aspect("equal")
ax2 = plt.subplot(132)
ax2.pcolormesh(
convsf_dict["feature_under"]["data"], vmin=0, vmax=2, cmap=plt.get_cmap("viridis", 3)
convsf_dict["feature_under"]["data"],
vmin=0,
vmax=2,
cmap=plt.get_cmap("viridis", 3),
)
ax2.set_title("Underestimate")
ax2.set_aspect("equal")
Expand Down

0 comments on commit d2d99ac

Please sign in to comment.