Rev 2990 Rev 3374
1 set terminal png size 1024,800 1 set terminal png size 1024,800
2 set samples 1000 2 set samples 1000
3 set xlabel "Time [h]" 3 set xlabel "Time [h]"
4 set ylabel "T [deg C]" 4 set ylabel "T [deg C]"
5 set key under 5 set key under
6 #set grid on 6 #set grid on
7 #set yrange [-1:1] 7 #set yrange [-1:1]
8 #set logscale y 8 #set logscale y
9   9  
10   10  
11 set output "Heating_alter.png" 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" 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   13  
14 set output "Heating_alter2.png" 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" 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"
16   16  
-   17  
-   18 set output "outdoor_test.png"
-   19 plot "TempHum.log" using 1:3 with lines title "Temperature", "" using 1:4 with lines title "Humidity"
-   20