metobs_toolkit.modeltimeseries.ModelTimeSeries.pd_plot#

ModelTimeSeries.pd_plot(**pdplotkwargs) Axes[source]#

A wrapper on the pandas.series.plot function for ModelTimeSeries.

Parameters:

**pdplotkwargs – Additional keyword arguments passed to pandas.Series.plot().

Returns:

The axes object containing the plot.

Return type:

matplotlib.axes.Axes