Files
ASIBFM700/LibSidServo/PID_test/plot_jpg
2026-02-20 08:51:09 +03:00

7 lines
171 B
Gnuplot
Executable File

#!/usr/bin/gnuplot
set terminal jpeg size 1000,500
set output "all.jpg"
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader