Files
ASIBFM700/LibSidServo/PID_test.deprecated/ploterr.cont
2026-02-20 08:51:09 +03:00

7 lines
102 B
Gnuplot
Executable File

#!/usr/bin/gnuplot
while(1){
plot 'coords' using 1:6 with lines title columnheader
pause 1
}