Tip
Need help? Please let us know in the SUEWS Community.
Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).
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
Noneto plot all; by default None
- Returns:
(fig,ax)of plot.- Return type:
- Raises:
issue – If an invalid variable is specified, an issue will be raised.