usage: pyplot [-h] [-v] [-c [col [col ...]]] [-nl] [-ks [key [key ...]]]
[-xl XLABEL] [-yl YLABEL] [-m] [-l] [-xr XRANGE XRANGE]
[-yr YRANGE YRANGE]
<FILENAME> [<FILENAME> ...]
Build Graph
positional arguments:
<FILENAME> file containing the data (# is comment)
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-c [col [col ...]], --columns [col [col ...]]
columns to build the graph (starting from 1)
-nl, --no-legend suppress the legend on the output
-ks [key [key ...]], --keys [key [key ...]]
keys for the legend (if ? normal key will be used)
-xl XLABEL, --xlabel XLABEL
label of the x axis
-yl YLABEL, --ylabel YLABEL
label of the y axis
-m, --markers toggle markers
-l, --line toggle line
-xr XRANGE XRANGE, --xrange XRANGE XRANGE
set the x range (: for nothing)
-yr YRANGE YRANGE, --yrange YRANGE YRANGE
set the y range (: for nothing)