blob: ebcee6c73846519184dc9fef71b48a4b0b319a7f [file] [log] [blame]
Austin Schuhfd94a462016-11-26 15:05:28 -08001set term x11
2
3plot '/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
11pause -1