hi everyone! i have a little problem in fortran 90. I open in the main program a gnuplot window but it immediately disappear while running the program. How can I tell the program to keep that window opened? In c++ i used the gnuplot -persist instruction ... but in fortran 90 it doesn't work!
On 26 abr, 13:09, m.tomasse@gmail.com wrote:
> hi everyone! > i have a little problem in fortran 90. I open in the main program a > gnuplot window but it immediately disappear while running the program. > How can I tell the program to keep that window opened? > In c++ i used the gnuplot -persist instruction ... but in fortran 90 > it doesn't work!
Take a look at the gnuplot manual, specifically the pause command. Just a guess.