source: misc/tools/plotcsv/README @ 6235

Last change on this file since 6235 was 6235, checked in by rwilson, 15 years ago

Created plotcsv, a tool to plot data in a CSV file.

File size: 684 bytes
Line 
1This directory holds development code for the 'plotcsv' program
2which plots time-series data in a CSV file to a screen window.
3
4Ideally, the program will stop running but leave the plot window
5on the screen, to be closed by the user.  CAN'T DO THIS IN MATPLOTLIB!?
6
7Also, the user would like to be able to specify a fixed Y axis scale
8to make comparison of two plots 'by eye' easier.
9
10plotcsv.py
11A program that does the above, except it doesn't 'persist'.
12
13To use it:
14plotcsv.py -x time -y stage test.csv
15or
16plotcsv.py -x time -y stage -v -2,25 test.csv
17or
18plotcsv.py -x time -y depth test.csv
19or
20plotcsv.py -x 0 -y 1 test.csv
21or even
22plotcsv.py test.csv
23
24To get help:
25plotcvs.py -h
Note: See TracBrowser for help on using the repository browser.