Rev 3014 Rev 3017
Line 11... Line 11...
11 set output "day.png" 11 set output "day.png"
12 set y2label "p [Pa]" 12 set y2label "p [Pa]"
13 set y2range [97000:98000] 13 set y2range [97000:98000]
14 set y2tics 14 set y2tics
15 set tics out 15 set tics out
-   16  
-   17 o=0.5 # time offset
-   18  
16 plot "18.5.232336.log" using 0:4 with lines title "Temperature" axes x1y1, "" using 0:5 with lines title "Humidity" axes x1y1,"" using 0:3 with lines title "Barometric pressure" axes x2y2, "" using 0:($8) with lines title "Wind" axes x1y1, "" using 0:($9*10) with lines title "Precipitation" axes x1y1 19 plot "18.5.232336.log" using ($0/(34000/24) - o):4 with lines title "Temperature" axes x1y1, "" using ($0/(34000/24) - o):5 with lines title "Humidity" axes x1y1,"" using ($0/(34000/24) - o):3 with lines title "Barometric pressure" axes x2y2, "" using ($0/(34000/24) - o):($8) with lines title "Wind" axes x1y1, "" using ($0/(34000/24) - o):($9*10) with lines title "Precipitation" axes x1y1