init
This commit is contained in:
3
gnuplottemplate.sh
Executable file
3
gnuplottemplate.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
set terminal svg;
|
||||
set out "test.svg";
|
||||
plot [0:5] 16-x+(x**2-x)/2;
|
||||
Reference in New Issue
Block a user