No changes between revisions
/Designs/Measuring_instruments/AWS01B/test/log/kombinace.gp |
8,7 → 8,6 |
set autoscale x |
#set xrange [31000:34000] |
set yrange [0:100] |
set output "day.png" |
set y2label "p [Pa]" |
set y2range [97000:98000] |
set y2tics |
16,4 → 15,12 |
|
o=0.5 # time offset |
|
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 |
set output "day.png" |
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 |
|
|
set y2range [97000:99000] |
o=0.0 # time offset |
|
set output "whole_day19.5.png" |
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 |