4 lines
66 B
Bash
Executable File
4 lines
66 B
Bash
Executable File
set terminal svg;
|
|
set out "test.svg";
|
|
plot [0:5] 16-x+(x**2-x)/2;
|