vdms.plot_points

vdms.plot_points(varname='Minimum Sea Level Pressure (hPa)', domain='dynamic', ax=None, cartopy_proj=None, **kwargs)[source]

Creates a plot of recon data points.

Parameters
  • varname (str) – Variable to plot. Currently the best option is “Minimum Sea Level Pressure (hPa)”.

  • domain (str) – Domain for the plot. Default is “dynamic”. 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.

Other Parameters
  • prop (dict) – Customization properties of recon plot. Please refer to Recon 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.