From 588ff9cd2baa942a85cc938bd22410637b08e274 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Dec 2011 22:51:14 +0100 Subject: Add acclog, reorganize plotting --- mpplot/mplus | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mpplot/mplus (limited to 'mpplot/mplus') diff --git a/mpplot/mplus b/mpplot/mplus new file mode 100644 index 0000000..20c2bc1 --- /dev/null +++ b/mpplot/mplus @@ -0,0 +1,12 @@ +set xlabel "Time" +set ylabel "Sensor Value" +#set yrange [0:16000] + +set size 1.0, 0.6 +set terminal postscript portrait enhanced mono dashed lw 1 "Helvetica" 14 + +set title "Sensors" +set output '/tmp/wii.ps' +plot '/tmp/wii.tail' using 1:2 with lines lt 1 lc rgb "green" title "Pitch", \ + '/tmp/wii.tail' using 1:3 with lines lt 1 lc rgb "blue" title "Roll", \ + '/tmp/wii.tail' using 1:4 with lines lt 1 lc rgb "red" title "Yaw" -- cgit v1.2.3