Line 12... |
Line 12... |
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 |
|