TrackDataset.plot_season¶
- TrackDataset.plot_season(year, domain=None, ax=None, cartopy_proj=None, save_path=None, **kwargs)[source]¶
Creates a plot of a single season.
- Parameters
year (int) – Year to retrieve season data. If in southern hemisphere, year is the 2nd year of the season (e.g., 1975 for 1974-1975).
domain (str) – Domain for the plot. Default is basin-wide. Please refer to Map Domain Options for available domain options.
ax (axes) – Instance of axes to plot on. If none, one will be generated. Default is none.
cartopy_proj (ccrs) – Instance of a cartopy projection to use. If none, one will be generated. Default is none.
save_path (str) – Relative or full path of directory to save the image in. If none, image will not be saved.
- Other Parameters
prop (dict) – Customization properties of storm track lines. Please refer to Tracks Properties for available options.
map_prop (dict) – Customization properties of Cartopy map. Please refer to Map prop for available options.
- Returns
ax – Instance of axes containing the plot is returned.