script.gnuplot
author viric <viriketo@gmail.com>
Sun, 01 Jan 2012 21:43:00 +0100
changeset 21 59497fb48e2c
parent 20 b470691c2fc3
permissions -rw-r--r--
Fixing a signed/unsigned problem, evident when downloading lots of samples.

set xdata time
set timefmt "%s"
plot "prova3.txt" using 2:3 with lines title "temp", "" using 2:4 with lines title "hum"
pause -1