graphCSV is python script plotting graph with CSV file. It use matplotlib for plotting.
- Plot CSV file
- Graph display On/Off
- Auto-fit Y scale
- Two cursor support
- Cursor delta measurement
Python 3.0
Open CSV which header in first row
C:\python graphCSV.py a.csv
No header file
C:\python graphCSV.py -no_header a.csv
Merge GUI and Graph
C:\python graphCSV_one.py a.csv
- CSV file should have no text except header
-
Graph control (Zoom, Pan)
Refer to matplotlib documents.
-
Graph menu
- Fit H : fit height
- Help : Not implemented yet
-
Outlook
-
Curosr control
- Drag left(right) mouse button to move cursor.
- Select list to choose line for cursor.
-
GUI dialog checkbox
Drag left(right) mouse button.
-
Use graphCSV_one.py
- Cursor is not working, :-C
Free to use