plot_storm

tropycal.utils.plot_storm(self, storm, *args, **kwargs)[source]

Plot a Storm object on the axes instance.

Parameters

storm (tropycal.tracks.Storm) – Instance of a Storm object to be plotted.

Notes

Besides the parameters listed above, this function behaves identically to matplotlib’s default plot() function.

It is not necessary to pass a “transform” keyword argument, as this is already assumed to be ccrs.PlateCarree().

This function is already appended to an axes instance if ax = utils.add_tropycal(ax) is run beforehand. This allows this method to be called simply via ax.plot_storm(...) the same way one would call ax.plot(...).