set datafile separator ";"
set title "Elevation Trajectory"
set xlabel "TIME"
set ylabel "ELEVATION [m]"
plot "data.log" using 0:3 with boxes