Austin Schuh | fd94a46 | 2016-11-26 15:05:28 -0800 | [diff] [blame] | 1 | #set yrange [-15:15] |
2 | |||||
3 | set term x11 | ||||
4 | |||||
5 | plot '/tmp/dump' using 1:($13 - $14) title 'dpower' with lines,\ | ||||
6 | '/tmp/dump' using 1:($9 - $10 - ($11 - $12)) title 'turn_vel_error' with lines,\ | ||||
7 | '/tmp/dump' using 1:($9 - $10) title 'turn_vel' with lines,\ | ||||
8 | '/tmp/dump' using 1:(($9 - $10) * ($13 - $14)) title 'correlation' with lines |