Home > Archive > Fortran > July 2004 > free graphics library
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
free graphics library
|
|
|
| Is there a free graphics library for fortran for conversion Jpeg/Bmp,
plotting,... ?
| |
|
|
| Madhusudan Singh 2004-07-28, 9:06 pm |
| jalev wrote:
> Is there a free graphics library for fortran for conversion Jpeg/Bmp,
> plotting,... ?
If you are using Linux or some unix, you can try my gnuplotfortran librray
(search on sourceforge). It basically interfaces through IPC to gnuplot
which can be used to provide a large number of o/p formats.
I need people who can test it, so that I may improve it.
--
--- from The Devil's Dictionary, Ambrose Bierce
| |
| Roger Williams 2004-07-28, 9:06 pm |
| On Sat, 24 Jul 2004 11:11:51 +0200, "jalev" <holepop@NOMAILtin.it> wrote:
>Is there a free graphics library for fortran for conversion Jpeg/Bmp,
>plotting,... ?
For plotting, you might want to look at this:
"The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable,
device-independent graphics package for making simple scientific graphs.
....
PGPLOT itself is written mostly in standard Fortran-77, with a few
non-standard, system-dependent subroutines. PGPLOT subroutines can be
called directly from a Fortran-77 or Fortran-90 program."
http://www.astro.caltech.edu/~tjp/pgplot/
--
Roger Williams, Institute of Geological & Nuclear Sciences, New Zealand
R.Williams
@gns.cri.nz : DEC 3000/300 AXP - OpenVMS v6.2
|
|
|
|
|