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_rslΒΆ

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

Produce a quick plot of RSL results

Parameters:
  • df_output (pandas.DataFrame) – SuPy output dataframe with RSL results.
  • var (str, optional) – Varible to plot; must be one of β€˜U’, β€˜T’, or β€˜q’; or use None to plot all; by default None
Returns:

(fig,ax) of plot.

Return type:

tuple

Raises:

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