diagnostic.visualizations.plot_annual_cycle#

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

Plot the annual cycle of the data.

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

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

Returns:

ax – The axes with the plotted annual cycle.

Return type:

matplotlib.axes.Axes