Rev 2988 Rev 2990
Line 1... Line 1...
1 set terminal png 1 set terminal png size 1024,800
-   2 set samples 1000
2 set xlabel "Time [h]" 3 set xlabel "Time [h]"
3 set ylabel "Illuminance [lx]" 4 set ylabel "T [deg C]"
4 set key under 5 set key under
-   6 #set grid on
5 #set yrange [-1:1] 7 #set yrange [-1:1]
6 set logscale y 8 #set logscale y
7   9  
8   10  
-   11 set output "Heating_alter.png"
-   12 plot "test_hum.log" using 0:1 with lines title "Temperature", "" using 0:2 with lines title "Humidity", "" using 0:4 with lines title "Heating"
-   13  
-   14 set output "Heating_alter2.png"
-   15 plot "test_hum2.log" using 0:1 with lines title "Temperature", "" using 0:2 with lines title "Humidity", "" using 0:4 with lines title "Heating"
9   16  
10 set output "LUX85_rozednivani.png" -  
11 plot "LUX85_rozednivani.TXT" using ($1/3600):2 with lines title "Visible", "" using ($1/3600):3 with lines title "Infrared" -