Statistics
| Branch: | Tag: | Revision:

hlrc / client / python / tools / plot_relative_gazetargets.sh @ 6a233066

History | View | Annotate | Download (144 Bytes)

1
FILE=/tmp/l
2
gnuplot -persist <<- EOF
3
        plot "${FILE}" using 1:2 w l t "pan_now"
4
	plot "${FILE}" using 1:3 w l t "tilt_now"
5
	pause -1
6
EOF
7