supy.util.plot_day_clm

Contents

Tip

  1. Need help? Please let us know in the SUEWS Community.

  2. Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).

  3. Please cite SUEWS with proper information from our Zenodo page.

6.3.5.2. 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 (bool) – 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