environmentaltools.graphics.pr2flow

environmentaltools.graphics.pr2flow(df: DataFrame, ax=None, file_name: str = None, title: str = '')[source]

Plot a graph that includes precipitation, infiltration, and base flow

Parameters:
  • df (pd.DataFrame) – raw timeseries

  • ax (matplotlib.axis, optional) – Axis where include the new plot. Defaults to None.

  • file_name ([type], optional) – [description]. Defaults to None.

  • legend (bool, optional) – [description]. Defaults to True.

  • title (str, optional) – Title name.

Returns:

The figure