PGPLOT Graphics Subroutine Library
The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable,
device-independent graphics package for making simple scientific graphs.
It is intended for making graphical images of publication quality with
minimum effort on the part of the user. For most applications, the
program can be device-independent, and the output can be directed to the
appropriate device at run time.
The PGPLOT library consists of two major parts: a device-independent
part and a set of device-dependent ``device handler'' subroutines for
output on various terminals, image displays, dot-matrix printers,
laser printers, and pen plotters. Common file formats supported
include PostScript and GIF.
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. A C binding
library (cpgplot) and header file (cpgplot.h
) are
provided that allow PGPLOT to be called from a C or C++ program; the
binding library handles conversion between C and Fortran
argument-passing conventions.
PGPLOT has been tested with UNIX (most varieties, including Linux,
SunOS, Solaris, HPUX, AIX, and Irix) and OpenVMS operating systems. I
am unable to provide support for DOS, Windows, Windows/NT, or MacOS,
but I do distribute code provided by users for use with these
operating systems.
Some example graphs showing some of the capabilities of PGPLOT, and
source code in Fortran and C for a simple example, can be found in the
PGPLOT Portfolio. Caution: this page contains
several large graphics files.
PGPLOT is not public-domain software. However, it is freely
available for non-commercial use. The source code and documentation
are copyrighted by California Institute of Technology, and may not be
redistributed or placed on public Web servers without permission. The
software is provided ``as is'' with no warranty.
The current version of PGPLOT is 5.2.0.
For instructions for obtaining PGPLOT from my ftp site and for details
of supported operating systems, read the installation instructions.
If you cannot use ftp, PGPLOT is available on tape for a fee. Consult
tjp·astro.caltech.edu.
The manual PGPLOT Graphics Subroutine Library by
T. J. Pearson is being updated for version 5.2 of PGPLOT.
A draft of the manual is available: see the Table of Contents.
A PostScript file of the manual will be made available when it is
completed. A PostScript file of the old
manual (version 4.9, 0.27 Mbyte, gzipped) is still available, but it does
not include the many changes made in version 5.0.
PGPLOT is distributed with subroutine interfaces for C and Fortran-77; these
interfaces can also be used with C++ and Fortran-90.
Several users have contributed bindings for PGPLOT that allow the PGPLOT
functions to be called from other languages. Several of these bindings allow
PGPLOT to be used interactively.
- ADA
- Martin Stift has
both an ADA
interface and an ADA95
interface to PGPLOT.
- GLISH
- A PGPLOT binding for GLISH has been developed as
part of the aips++ project by a consortium led by the National
Radio Astronomy Observatory; it is currently in beta release.. For
details, see the aips++ web
page.
- OCTAVE
- PGPLOT may be called from the Octave language for numerical computations via Matwrap from Gary Holt.
- PERL
- PGPERL by Karl
Glazebrook provides an interface between the Perl language and the
PGPLOT FORTRAN library. For further information, see the WWW page
http://www.aao.gov.au/local/www/kgb/pgperl/
.
- PYTHON
- Nick Patavalis (npat@ariadne.di.uoa.gr)
of the University of Athens has developed an interface between PGPLOT
and the Python and NumPy languages. See http://ariadne.di.uoa.gr/ppgplot.
Scott Ransom (ransom@cfa.harvard.edu) has written another wrapper layer that
simplifies use of this interface. See ftp://cfa0.harvard.edu/pub/ransom/Pgplot.py.
- TCL
- Tcl interfaces for PGPLOT have been developed by
two groups:
- YORICK
- A PGPLOT interface to the Yorick
language has been written by Alexey Goldin (alexey@oddjob.uchicago.edu). See
http://flight.uchicago.edu/goldin/yorick-pgplot/.
The following list does not include the many application-specific
programs that have been written using PGPLOT.
If you have questions about PGPLOT, please send them to Tim Pearson,
preferably by e-mail to tjp·astro.caltech.edu (use @ in place of ·), or by
FAX to +1 (626) 568-9352. If you have a problem with installation,
please include information about your operating system version,
Fortran and C compilers, and the version of PGPLOT you are trying to
install. If you think you have found a bug in PGPLOT, a simple
test program in Fortran or C that demonstrates the problem is very
helpful. I maintain a mailing list for announcements about PGPLOT, and
I will add your name to the list if you send me your e-mail
address.
Tim Pearson, California Institute of Technology,
tjp·astro.caltech.edu
Copyright © 1995-7 California Institute of Technology