autoviz module

autoviz.main()

Main driver for the autoviz plotting tool

autoviz.parse_command_line() Namespace

Parse command line arguments.

Example

>>> python autoviz.py -s generic
>>> python autoviz.py -s generic -c /path/to/config
>>> python autoviz.py -s generic -f /path/to/config/my_config.yaml
>>> python autoviz.py -h

Note

The first case requires that the EVIZ_CONFIG_PATH environment variable be defined. Setting EVIZ_CONFIG_PATH is simply another way to specify the location of the config files.

Returns:

populated namespace containing parsed arguments.

Return type:

parser