Austin Schuh | fd94a46 | 2016-11-26 15:05:28 -0800 | [diff] [blame] | 1 | set term x11 |
2 | |||||
3 | plot '/tmp/dump' using 1:2 title 'left voltage' with lines,\ | ||||
4 | '/tmp/dump' using 1:3 title 'right voltage' with lines,\ | ||||
5 | '/tmp/dump' using 1:6 title 'gyro' with lines,\ | ||||
6 | '/tmp/dump' using 1:7 title 'rate' with lines,\ | ||||
7 | '/tmp/dump' using 1:8 title 'battery' with lines,\ | ||||
8 | '/tmp/dump' using 1:9 title 'left_vel' with lines,\ | ||||
9 | '/tmp/dump' using 1:10 title 'right_vel' with lines | ||||
10 | |||||
11 | pause -1 |