RealtimeStorm.plot

RealtimeStorm.plot(domain='dynamic', plot_all_dots=False, ax=None, cartopy_proj=None, save_path=None, **kwargs)

Creates a plot of the observed track of the storm.

Parameters
  • domain (str) – Domain for the plot. Default is “dynamic”. “dynamic_tropical” is also available. Please refer to Map Domain Options for available domain options.

  • plot_all_dots (bool) – Whether to plot dots for all observations along the track. If false, dots will be plotted every 6 hours. Default is false.

  • 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.