blob: b0446d8cd5b1fa9563d02cc7c3ce21af9ca53573 [file] [log] [blame]
#set yrange [-15:15]
set term x11
plot '/tmp/dump' using 1:($13 - $14) title 'dpower' with lines,\
'/tmp/dump' using 1:($9 - $10 - ($11 - $12)) title 'turn_vel_error' with lines,\
'/tmp/dump' using 1:($9 - $10) title 'turn_vel' with lines,\
'/tmp/dump' using 1:(($9 - $10) * ($13 - $14)) title 'correlation' with lines