Note

THIS PROJECT HAS BEEN MERGED INTO SUEWS AND ARCHIVED.

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.