Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • mapgenerator mapgenerator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • mapgeneratormapgenerator
  • Wiki
  • how to use

how to use · Changes

Page history
Update how to use authored Jan 28, 2019 by Francesco's avatar Francesco
Show whitespace changes
Inline Side-by-side
how-to-use.md
View page @ fa001553
......@@ -47,4 +47,17 @@ optionN = valueN
If options are passed both directly and through configuration file, direct ones have priorities. This can be very useful if you have a set of plots to draw with some options in common and others that change, the constant ones can be stored into one or more configuration files and the others passed directly.
To use a configuration file you have to write, through command line:
```
mg --config CONFIG_FILE --section SECTION --option1 value1 ... --optionN valueN
```
or through library:
```
pm.plot(config=CONFIG_FILE, section=SECTION, option1=value1, ..., optionN=valueN)
```
All available options can be found [here](options).
Clone repository
  • Reports
  • configure
  • example1
  • example2
  • example3
  • examples
  • Home
  • how to use
  • options