JackTheRussel
Programmer
Hi again.
I know how to open gnuplot in perl
But I dont know how I can give file to gnuplot where I have
tasks which gnuplot should do
Example I would like to open gnuplot and give it file where I have tasks:
file:
I know how to open gnuplot in perl
Code:
system("/bin/gnuplot")
But I dont know how I can give file to gnuplot where I have
tasks which gnuplot should do
Example I would like to open gnuplot and give it file where I have tasks:
file:
Code:
set xrange [-pi:pi]
set grid
plot sin(x), cos(x)