]> git.itanic.dy.fi Git - log-plotter/blob - voltage_and_current.plot
Add more advanced debug macro
[log-plotter] / voltage_and_current.plot
1 set term png size 800,480
2
3 set datafile separator ";"
4
5 set ylabel "Voltage (mV)"
6 set y2label "Current (mA)"
7 set y2tics border
8
9 plot    datafile using 5 axes x1y1, \
10         datafile using 8 axes x1y1, \
11         datafile using 9 axes x1y1, \
12         datafile using 6 axes x1y2, \
13         datafile using 15 axes x1y2 \
14
15 #plot   datafile using 13