mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-22 01:31:01 +03:00
next
This commit is contained in:
6
Auxiliary_utils/LibSidServo/PID_test/plot_jpg
Executable file
6
Auxiliary_utils/LibSidServo/PID_test/plot_jpg
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user