No changes between revisions
/Designs/Measuring_instruments/AWS01B/test/log/day.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/Measuring_instruments/AWS01B/test/log/kombinace.gp
0,0 → 1,16
set terminal png size 1024,800
set samples 1000
set xlabel "Time [s]"
set ylabel "T [deg C]"
set key under
#set grid on
 
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
set tics out
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