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, show_dif=False, col_ref='Obs')[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.
  • show_dif (boolean) – flag to determine if differences against col_ref should be plotted.
  • col_ref (str) – name of column that is used as reference to show differences instead of original values.
Returns:

figure showing median lines and IQR in shadings

Return type:

MPL.figure