chump.operations.plot

plot is a command used to make plots or animations for the plot or pdf objects defined in the configuration file.

Example:

>>> chump.exe plot example.toml
>>> chump.exe plot example.toml --only Hydrograph
dpi

dpi set the default dpi for the PDF

pages

pages or keys starting with 'pages' set plot objects

Example:

>>> pages  = {tsplot='plotStreamflow'}
>>> pages  = {tsplot=['plotStreamflowPEST', 'plotHydrograph'], {mapplot='plotGwMap'}}
>>> pages2 = {scatterplot='ObsSim'}
metadata

metadata set the metadata of the PDF

Example:

>>> metadata = {title='SSPA Project 111',
>>>             author='SSPAmodler',
>>>             subject='Groundwater model results'}