diagnostic.visualizations.plot_diurnal_cycle#

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

Plot the daily cycle of the data.

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

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

Returns:

ax – The axes with the plotted daily cycle.

Return type:

matplotlib.axes.Axes