diagnostic.visualizations.plot_time_series#

plot_time_series(da: DataArray, **kwargs)[source]#

Plot a time series of the data.

Parameters:
  • da (xr.DataArray) – The data array to plot the time series of.

  • **kwargs (dict) – Additional keyword arguments to pass to the xarray DataArray plot method.

Returns:

ax – The axes with the plotted time series.

Return type:

matplotlib.axes.Axes