cd "/var/adm/env/temperature/" #cd "temperature/" set terminal png small set output "/var/www/pub/ups/atpc-ups.png" set label "Valores del SAI en D.0.04" set xlabel "Tiempo, dia-hora" set ylabel "" set datafile separator "|" set xdata time set timefmt "%m/%d/%y %H:%M:%S" set format x "%d-%Hh" set yrange [15:50] plot "ups-atpc" using 2:3 with lines title "Temp. ºC" ,\ "ups-atpc" using 2:4 with lines title "Volt. V/10" ,\ "ups-atpc" using 2:5 with lines title "Corr. A" #pause -1