diff --git a/www/gplot/acceleration.gplot b/www/gplot/acceleration.gplot new file mode 100644 index 000000000..24c832bf5 --- /dev/null +++ b/www/gplot/acceleration.gplot @@ -0,0 +1,18 @@ +# +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " +set title '' +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 "" using 1:2 axes x1y1 title 'αx' ls l0 lw 1 with lines,\ + "" using 1:2 axes x1y1 title 'αy' ls l2 lw 1 with lines,\ + "" using 1:2 axes x1y1 title 'αz' ls l1 lw 1 with lines