From: <HBB...@t-...> - 2007-05-30 18:40:17
|
Ganesh Parajuli wrote: > Hello, I am interested in using gnuplot for plotting the graph. But I > could not figure out how to link gnuplot in fortran 90 coding. gnuplot isn't something you "link .. in". It's an external program. You have to have find out how Fortran allows an application to run others, redirect their standard input and output, and send commands to the redirected streams. |