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

TypeError when creating area monthly plot #29

Closed jnsebgosselin closed 5 years ago

jnsebgosselin commented 5 years ago

Running one of the following commands results in an error:

Traceback (most recent call last):
  File "C:\Users\User\pyhelp\example\help_example.py", line 43, in <module>
    output.plot_area_monthly_avg()
  File "C:\Users\User\pyhelp\pyhelp\output.py", line 195, in plot_area_monthly_avg
    fsize=(9, 6.5), margins=(1.5, 1, 0.25, 0.7))
TypeError: _create_figure() got multiple values for argument 'fsize'