Tip

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

  2. Find an issue within this page? Please report it in the GitHub issues.

  3. A good understanding of SUEWS is a prerequisite to the proper use of SuPy.

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