summaryrefslogtreecommitdiff
path: root/mpplot/acc
diff options
context:
space:
mode:
Diffstat (limited to 'mpplot/acc')
-rw-r--r--mpplot/acc13
1 files changed, 13 insertions, 0 deletions
diff --git a/mpplot/acc b/mpplot/acc
new file mode 100644
index 0000000..d0ba7db
--- /dev/null
+++ b/mpplot/acc
@@ -0,0 +1,13 @@
+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 "X", \
+ '/tmp/wii.tail' using 1:3 with lines lt 1 lc rgb "blue" title "Y", \
+ '/tmp/wii.tail' using 1:4 with lines lt 1 lc rgb "red" title "Z", \
+ '/tmp/wii.tail' using 1:5 with lines lt 2 lc rgb "black" title "A"