script.gnuplot
changeset 20 b470691c2fc3
equal deleted inserted replaced
19:3ed36b0e41bd 20:b470691c2fc3
       
     1 set xdata time
       
     2 set timefmt "%s"
       
     3 plot "prova3.txt" using 2:3 with lines title "temp", "" using 2:4 with lines title "hum"
       
     4 pause -1