Note

Please report issues with this page on the GitHub page.

supy.util.plot_day_clm

supy.util.plot_day_clm(df_var, fig=None, ax=None)[source]

Produce a ensemble diurnal climatologies with uncertainties shown in inter-quartile ranges.

Parameters:df_var (pd.DataFrame) – DataFrame containing variables to plot with datetime as index
Returns:figure showing median lines and IQR in shadings
Return type:MPL.figure