PS_WRITE
Simple PostScript Plots


PS_WRITE is a FORTRAN90 library which makes PostScript plots.

PS_WRITE can create both general PostScript (PS) files and also the special Encapsulated PostScript files which are restricted to containing a single image.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

PS_WRITE is available in a FORTRAN90 version

Related Data and Programs:

GRF_TO_EPS, a FORTRAN90 program which reads a GRF file describing a graph, and makes a PostScript image of the graph, using routines from the PS_WRITE library.

PLOT_POINTS, a FORTRAN90 program which reads a data file of points, and makes various plots, using routines from the PS_WRITE library.

PLOT_TO_PS, a FORTRAN90 program which uses routines from PS_WRITE, and allows the interactive creation of simple plots.

VECTOR_PLOT, a FORTRAN90 program which uses routines from PS_WRITE, and creates plots of a vector field.

Reference:

  1. Henry McGilton, Mary Campione,
    PostScript by Example,
    Addison-Wesley,
    ISBN: 0-201-63228-4

Source Code:

Examples and Tests:

Sample files you may copy include:

PNG versions are available:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 15 November 2006.