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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
b470691c2fc3 Adding a gnuplot script that works. The previous hack does not work for me.
viric <viriketo@gmail.com>
parents:
diff changeset
     1
set xdata time
b470691c2fc3 Adding a gnuplot script that works. The previous hack does not work for me.
viric <viriketo@gmail.com>
parents:
diff changeset
     2
set timefmt "%s"
b470691c2fc3 Adding a gnuplot script that works. The previous hack does not work for me.
viric <viriketo@gmail.com>
parents:
diff changeset
     3
plot "prova3.txt" using 2:3 with lines title "temp", "" using 2:4 with lines title "hum"
b470691c2fc3 Adding a gnuplot script that works. The previous hack does not work for me.
viric <viriketo@gmail.com>
parents:
diff changeset
     4
pause -1