diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-26 22:51:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-26 22:51:14 +0100 |
commit | 588ff9cd2baa942a85cc938bd22410637b08e274 (patch) | |
tree | a6229a0208e3f97ca4b6efb278edf276ea2c1f18 /mpplot/plot | |
parent | 938f55bceb43972547faa067f4151cd4b4cb66cc (diff) |
Add acclog, reorganize plotting
Diffstat (limited to 'mpplot/plot')
-rw-r--r-- | mpplot/plot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mpplot/plot b/mpplot/plot deleted file mode 100644 index a5f1383..0000000 --- a/mpplot/plot +++ /dev/null @@ -1,12 +0,0 @@ -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/mp.ps' -plot '/tmp/wibble.tail' using 1:2 with lines lt 1 lc rgb "green" title "Pitch", \ - '/tmp/wibble.tail' using 1:3 with lines lt 1 lc rgb "blue" title "Roll", \ - '/tmp/wibble.tail' using 1:4 with lines lt 1 lc rgb "red" title "Yaw" |