File Entry: Multiplot
| Version History | Comments (0) |
Title | Multiplot |
File name | multiplot.py |
File size | 3895 |
SHA1 | 695ff1f085da0f177f990693ecf8b0081180e151 |
Content type | text/x-python |
Description
usage: multiplot.py [-h] [-x XCOLUMN] [-y COLUMNS] [-f FILES] [-o OUTPUT]
[-l LOG] [-s STYLE] [-xl XLABEL] [-yl YLABEL] [-m MARKER]
[-d DELIMITER] [-lp LEGEND_POSITION]
Plot several datasets on one plot in PDF.
optional arguments:
-h, --help show this help message and exit
-x XCOLUMN, --xcolumn XCOLUMN
column to use for X (count starts from 0)
-y COLUMNS, --columns COLUMNS
columns to use for Y (count starts from 0), several
pages if several Y columns specified
-f FILES, --files FILES
files to use
-o OUTPUT, --output OUTPUT
output file name
-l LOG, --log LOG Log scale (x, y or xy)
-s STYLE, --style STYLE
matplotlib plotting style
-xl XLABEL, --xlabel XLABEL
X axis label
-yl YLABEL, --ylabel YLABEL
Y axis label
-m MARKER, --marker MARKER
matplotlib marker style
-d DELIMITER, --delimiter DELIMITER
delimiter
-lp LEGEND_POSITION, --legend_position LEGEND_POSITION
Legend position (upper/lower/center right/left/center)
Comments (0)
No comments yet
Log in to make a comment