]> git.itanic.dy.fi Git - log-plotter/blobdiff - voltage_and_current.plot
Discard too short log lines
[log-plotter] / voltage_and_current.plot
index d3e6b772f57666047abe57086a79a881447e46f3..640ca92be96063cc3375a055343f9259dc2b95a2 100644 (file)
@@ -2,14 +2,14 @@ set term png size 800,480
 
 set datafile separator ";"
 
-datafile = "logfile.log"
-
 set ylabel "Voltage (mV)"
 set y2label "Current (mA)"
 set y2tics border
 
-plot   datafile using 7 axes x1y1, \
+plot   datafile using 5 axes x1y1, \
        datafile using 8 axes x1y1, \
        datafile using 9 axes x1y1, \
        datafile using 6 axes x1y2, \
        datafile using 15 axes x1y2 \
+
+#plot  datafile using 13