2020-02-20 18:19:29 +00:00
|
|
|
#
|
2022-03-07 08:45:37 +00:00
|
|
|
set readonly
|
2020-02-20 18:19:29 +00:00
|
|
|
set terminal png transparent size <SIZE> crop
|
|
|
|
set output '<OUT>.png'
|
|
|
|
set xdata time
|
|
|
|
set timefmt "%Y-%m-%d_%H:%M:%S"
|
|
|
|
set xlabel " "
|
|
|
|
set title '<TL>'
|
|
|
|
set ytics
|
|
|
|
set grid ytics
|
|
|
|
set ylabel "α/g"
|
|
|
|
|
|
|
|
#FileLog 4:acceleration_x\x3a:0:
|
|
|
|
#FileLog 4:acceleration_y\x3a:0:
|
|
|
|
#FileLog 4:acceleration_z\x3a:0:
|
|
|
|
|
|
|
|
plot "<IN>" using 1:2 axes x1y1 title 'αx' ls l0 lw 1 with lines,\
|
|
|
|
"<IN>" using 1:2 axes x1y1 title 'αy' ls l2 lw 1 with lines,\
|
|
|
|
"<IN>" using 1:2 axes x1y1 title 'αz' ls l1 lw 1 with lines
|