Skip to content

Commit

Permalink
#1614 Cycloneplotter METplotlibDeprecationWarning observed in Matplot…
Browse files Browse the repository at this point in the history
…lib versions above 3.2 (#1621)
  • Loading branch information
bikegeek authored Jun 6, 2022
1 parent 324da1b commit f84edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/wrappers/cyclone_plotter_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def create_plot(self):

# Dummy point to add the additional label explaining the labelling of the first
# point in the storm track
plt.scatter(0, 0, zorder=2, marker=None, c='',
plt.scatter(0, 0, zorder=2, marker=None, c=[],
label="Date (dd/hhz) is the first " +
"time storm was able to be tracked in model")

Expand Down

0 comments on commit f84edfc

Please sign in to comment.