A commandline app for parsing and plotting text data files.
$ pip install cli-plot $ git clone https://github.com/John-Lee-Cooper/cli_plot
$ cd cli_plot
$ python setup.py install$ cli_plot --version
$ cli_plot --helpGenerate and display some sample data, written to demo.dat
$ cli_plot --demo| Key | Result |
|---|---|
| g | Toggle Grid |
| t | Cycle Plot Type |
| m | Toggle Series Markers |
| 1-9 | Toggle Series 1-9 Display |
| enter | Save Plot to png Image |
| escape | Exit |
Holding the left mouse button down and moving the mouse will pan the plot.
Rolling the mouse wheel up and down will zoom out and in where the mouse is.
$ cli_plot demo.dat --type=headPlot sin and growth against time:
$ cli_plot demo.dat time sin dampPlot columns 2 against column 1 and column 4 against column 3:
$ cli_plot demo.dat 2,3 1,4Plot data as a scatter plot:
$ cli_plot demo.dat --type=scatterJohn Lee Cooper
john.lee.cooper@gatech.edu



