From 05f0fb8a4d4351ca2a1b435430cb0018f7322f7c Mon Sep 17 00:00:00 2001 From: "klaus.schauer" <> Date: Thu, 20 Feb 2020 18:19:29 +0000 Subject: [PATCH] acceleration: xyz-acceleration git-svn-id: https://svn.fhem.de/fhem/trunk@21238 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/acceleration.gplot | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fhem/www/gplot/acceleration.gplot diff --git a/fhem/www/gplot/acceleration.gplot b/fhem/www/gplot/acceleration.gplot new file mode 100644 index 000000000..24c832bf5 --- /dev/null +++ b/fhem/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