Prev: segmentation fault
Next: Segmentation Fault using cron
From: peter.king on 25 Sep 2008 09:04 I am using Windows XP professional and a free Fortran compiler FORCE (2.08 I think it is a front end for the g-77 compiler). I am trying to find a simple library of basics graphics routines (xy plots, basic symbol plotting etc) for use with this (or any other easy to use Fortran compiler). I am not a computer scientist and just want something very easy to use without knowledge of c, unix or similar.
From: Herman D. Knoble on 25 Sep 2008 09:42 Peter: One simple way to do this is to generate GNUPLOT data and commands and then invoke GNUPLOT. For example, see: http://ftp.aset.psu.edu/pub/ger/fortran/hdk/gnuExample.f90 Regards. Skip Knoble, Penn State ITS On Thu, 25 Sep 2008 06:04:02 -0700 (PDT), peter.king(a)imperial.ac.uk wrote: -|I am using Windows XP professional and a free Fortran compiler FORCE -|(2.08 I think it is a front end for the g-77 compiler). I am trying to -|find a simple library of basics graphics routines (xy plots, basic -|symbol plotting etc) for use with this (or any other easy to use -|Fortran compiler). I am not a computer scientist and just want -|something very easy to use without knowledge of c, unix or similar.
From: peter.king on 25 Sep 2008 10:02 On Sep 25, 2:42 pm, Herman D. Knoble <SkipKnobleL...(a)SPAMpsu.DOT.edu> wrote: > Peter: One simple way to do this is to generate GNUPLOT data and commands > and then invoke GNUPLOT. For example, see:http://ftp.aset.psu.edu/pub/ger/fortran/hdk/gnuExample.f90 > > Regards. > Skip Knoble, Penn State ITS Thanks that might be a partial solution, but I would also like to display graphic data while the program is running rather than post processing.
From: Herman D. Knoble on 25 Sep 2008 10:28 Look at: DISLIN Scientific Plotting Software: http://www.dislin.de PGPLOT Graphics Subroutine Library: http://astro.caltech.edu/~tjp/pgplot/ PL PLOT Graphics Library: http://plplot.sourceforge.net PSPLOT: PostScript for Technical Drawings: http://www.nova.edu/ocean/psplot.html On Thu, 25 Sep 2008 07:02:05 -0700 (PDT), peter.king(a)imperial.ac.uk wrote: -|On Sep 25, 2:42�pm, Herman D. Knoble <SkipKnobleL...(a)SPAMpsu.DOT.edu> -|wrote: -|> Peter: � One simple way to do this is to generate GNUPLOT data and commands -|> and then invoke GNUPLOT. �For example, see:http://ftp.aset.psu.edu/pub/ger/fortran/hdk/gnuExample.f90 -|> -|> Regards. -|> Skip Knoble, Penn State ITS -| -|Thanks that might be a partial solution, but I would also like to -|display graphic data while the program is running rather than post -|processing.
From: Michael Prager on 25 Sep 2008 10:33
peter.king(a)imperial.ac.uk wrote: > I am using Windows XP professional and a free Fortran compiler FORCE > (2.08 I think it is a front end for the g-77 compiler). I am trying to > find a simple library of basics graphics routines (xy plots, basic > symbol plotting etc) for use with this (or any other easy to use > Fortran compiler). I am not a computer scientist and just want > something very easy to use without knowledge of c, unix or similar. Take a look at DISLIN. It is free for noncommercial use, inexpensive for commercial use. More extensive and expensive are the commercial packages GINO and Winteracter. HTH, Mike P. P.S. In general, add-libraries are compiler- and platform-specific, so you'll need to find out if you are using g77 or not. -- Mike Prager, NOAA, Beaufort, NC Address spam-trapped; remove color to reply. * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement. |