new_plot

new_plot(figsize: tuple = (20, 6), fontsize: int = 18, xlabel: str = 'Discharge (cms)', ylabel: str = 'Stage') -> plt.subplots

Generic plot setup, optimized for viewing in a Jupyter Notebook.

Parameters

  • figsize: recommeded 20,6 for notebooks
  • fontsize: label fontsize
  • xlabel: be careful, best to make a test to verify units are consistent
  • ylabel: be careful, best to make a test to verify units are consistent