T-ramp tested, seems like it works fine
This commit is contained in:
6
moving_model/plot
Executable file
6
moving_model/plot
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/gnuplot
|
||||
|
||||
#set term pdf
|
||||
#set output "output.pdf"
|
||||
plot for [col=2:4] 'coordlog' using 1:col with lines title columnheader
|
||||
pause mouse
|
||||
Reference in New Issue
Block a user