supy.util.plot_rsl

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.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

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.