Move the library to the separate repository
This commit is contained in:
6
PID_test/plot_jpg
Executable file
6
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