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 e441435 commit eb1062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/retrieve/plot_convective_stratiform.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
convsf_dict["feature_over"]["data"][0, :, :],
vmin=0,
vmax=2,
cmap=plt.get_cmap("viridis", 3)
cmap=plt.get_cmap("viridis", 3),
)
ax3.set_title("Overestimate")
ax3.set_aspect("equal")
Expand Down

0 comments on commit eb1062c

Please sign in to comment.