vdms.plot_time_series

vdms.plot_time_series(time=None, best_track=False, dots=True)[source]

Creates a time series of MSLP VDM data.

Parameters
  • time (tuple, optional) – Tuple of start and end datetime.datetime objects for plot. If None, all times will be plotted.

  • best_track (bool, optional) – If True, Best Track MSLP will be plotted alongside VDM MSLP. Default is False.

  • dots (bool, optional) – If True, dots will be plotted for each VDM point. Default is True.

Returns

ax – Instance of axes containing the plot is returned.