mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
5 lines
129 B
Gnuplot
Executable File
5 lines
129 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader
|
|
pause mouse
|