Files
myscripts/gnuplottemplate.sh
stubbfel 1aa14e5344 init
2013-06-30 21:56:23 +02:00

4 lines
66 B
Bash
Executable File

set terminal svg;
set out "test.svg";
plot [0:5] 16-x+(x**2-x)/2;