Tip
Need help? Please let us know in the UMEP Community.
Please report issues with the manual on the GitHub Issues.
Please cite SUEWS with proper information from our Zenodo page.
6.1.3.2.7.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.
6.1.3.2.7.2. Parameters#
- df_varpd.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.
6.1.3.2.7.2. Returns#
- MPL.figure
figure showing median lines and IQR in shadings