YearlyFourier.plot_curve_hdi#
- YearlyFourier.plot_curve_hdi(curve, hdi_kwargs=None, subplot_kwargs=None, plot_kwargs=None, axes=None)#
Plot full period of the fourier seasonality.
- Parameters:
- curve
xr.DataArray
The curve to plot.
- hdi_kwargs
dict
, optional Keyword arguments for the az.hdi function. Defaults to None.
- plot_kwargs
dict
, optional Keyword arguments for the fill_between function. Defaults to None.
- subplot_kwargs
dict
, optional Keyword arguments for plt.subplots
- axes
npt.NDArray
[plt.Axes
], optional The exact axes to plot on. Overrides any subplot_kwargs
- curve
- Returns:
tuple
[plt.Figure
,npt.NDArray
[plt.Axes
]]