PDA

View Full Version : A general Fortran question



Stochastics
July 1st, 2008, 03:32 PM
Hi everyone,

I just start to program in Fortran on Linux and i wonder if there is a graphics module with this language. I want to plot 2D/3D graphics like in Matlab.

Thanks for your help !

Stochatics

Dambrosio
July 1st, 2008, 03:46 PM
You might want to check out pgplot: http://www.astro.caltech.edu/~tjp/pgplot/
My cowork has used it for some basic plotting needs. If you you want a more intense plotter, try looking at visit: https://wci.llnl.gov/codes/visit/

Hope this helps,
Dan

Claus7
July 1st, 2008, 03:54 PM
Hello,

try also gnuplot. You will find it in synaptic.

Regards!