cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Add options to save figures when plotting streamflow figures #103

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 2 years ago

The idea is to make the plotting function in bilan.py work the same as in output.py.

HelpBilan.plot_sim_vs_obs_yearly_streamflow(
        sim_qflow, obs_qflow, figname="path/to/your/figure/file")
HelpBilan.plot_streamflow_scatter(
        sim_qflow, obs_qflow, figname="path/to/your/figure/file")