Also, is there any easy example which shows e.g. how to feed a set of
data to a fortran code and plot those via pgplot/plplot built in the
fortran code?
Thanks in advance!
-Kevin
dislin (http://dislin.de)
GINO - http://www.gino-graphics.com
Winteracter - http://www.winteracter.com
one of the chapters/sections is on graphics/plotting
http://www.fortranplus.co.uk/fortran_info.html
we used dislin for some plots in our last book have been quite happy
with that.
ian chivers
> Thanks in advance!
For simple plots, I use grapheps (very lightweight)
http://swiss.csail.mit.edu/~jaffer/Docupage/grapheps
David Duffy.
One more vote for dislin - some of its important advantages:
- number of formats it supports
(pdf included - ps is slowly going out of style these days and wmf -
excellent for including in word files and such)
- very good manual
- in the dark shadows of clf, its author lurks
-- Luka
The core of PLplot is written in C, but it provides bindings for
a large number of languages, among which FORTRAN 77 and Fortran 90/95.
It comes with a large bunch of examples and these are intended to be
identical in resulting plots for all supported languages. In the
latest
version (5.9.1) we (*) have achieved that on the level of the
resulting
PostScript files for both FORTRAN 77 and Fortran 90/95, where the
output
from the C examples is taken as the reference. Some other languages
show some rounding issues.
Regards,
Arjen
(*) I help maintain several parts of PLplot, so I may be biased ;)
GnuplotFortran, the Fortran Interface to Gnuplot: http://gnuplotfortran.sourceforge.net/