Rev 3018 Rev 3033
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 [s]" 3 set xlabel "Time [s]"
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   7  
8 set autoscale x 8 set autoscale x
9 #set xrange [31000:34000] 9 #set xrange [31000:34000]
10 set yrange [0:100] 10 set yrange [0:100]
11 set y2label "p [Pa]" 11 set y2label "p [Pa]"
12 set y2range [97000:98000] 12 set y2range [97000:98000]
13 set y2tics 13 set y2tics
14 set tics out 14 set tics out
15   15  
16 o=0.5 # time offset 16 o=0.5 # time offset
17   17  
18 set output "day.png" 18 set output "day.png"
19 plot "18.5.232336.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1 19 plot "18.5.232336.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1
20   20  
21   21  
22 set y2range [97000:99000] 22 set y2range [97000:99000]
23 o=0.0 # time offset 23 o=0.0 # time offset
24   24  
25 set output "whole_day19.5.png" 25 set output "whole_day19.5.png"
26 plot "19.5.000051.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1 26 plot "19.5.000051.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1
-   27  
-   28 set output "24.5.png"
-   29 plot "24.5.125220.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1
-   30  
-   31 set output "25.5.png"
-   32 plot "25.5.125810.log" using ($0/(38000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(38000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(38000/24) - o):3 with lines title "Barometric pressure" axes x1y2, "" using ($0/(38000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(38000/24) - o):($9*10) with lines title "Precipitation" axes x1y1