Tip

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

  2. Please report issues with the manual on the GitHub Issues.

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

6.1.3.2.7.3. supy.util.plot_rsl#

supy.util.plot_rsl(df_output, var=None, fig=None, ax=None)[source]#

Produce a quick plot of RSL results

df_outputpandas.DataFrame

SuPy output dataframe with RSL results.

varstr, optional

Varible to plot; must be one of ‘U’, ‘T’, or ‘q’; or use None to plot all; by default None

tuple

(fig,ax) of plot.

issue

If an invalid variable is specified, an issue will be raised.