PGPLOT Graphics Subroutine Library

Contents

Introduction

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.


Examples

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.


Copyright

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.


Status

The current version of PGPLOT is 5.2.0.


Installation

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.


Documentation

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.


Interactive Drawing Programs and Other PGPLOT Extensions


Reporting problems

If you have questions about PGPLOT, please send them to Tim Pearson, preferably by e-mail to tjp@astro.caltech.edu, 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