mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 18:55:20 +03:00
8 lines
183 B
Gnuplot
Executable File
8 lines
183 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
#set term pdf
|
|
#set output "output.pdf"
|
|
while(1){
|
|
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader
|
|
pause 1
|
|
} |