Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 748 Bytes

Line Plot

A snippet of code to create a line plot in matplotlib

Configuration

The config.py file locates all the design parameters (e.g. colors, line width, figure size e.t.c) for the plots. You can easily change just the parameters in configuraiton file and re-run the script.

Run Script

./run_all.sh

Help

./line_plot.py -h

will show:

Options:
  -h, --help            show this help message and exit
  -i FILE, --input=FILE
                        Input File/s
  -o FILE, --output=FILE
                        Output File
  -x XLABEL, --xlabel=XLABEL
                        X-label
  -y YLABEL, --ylabel=YLABEL
                        X-label