I want a program to call gnuplot a plot data that the program produces, but i don't know exactly how the call system comand works. Ideally i want something like
call system(gnuplot plot 'blabla.dat')
Thank you!
(i'm using fotran77 and the compiler f77)