CALCOMP
PostScript Emulation of some CALCOMP Plotting Commands.


CALCOMP is a FORTRAN77 program which accepts several calls to Calcomp plotter routines, and tries to create a PostScript file corresponding to the desired image.

The Calcomp plotter was an ancient pen and paper plotting device. One memorable feature of the accompanying software was the strange use of the PLOT command, which had arguments X, Y, and IPEN. When IPEN was 2 or 3, the command resulted in pen drawing or movement, but other values of IPEN had special meanings. In particular, the value of 999 was used to terminate the plot. It's bizarre and clunky features like this that stick in one's memory.

This library assumes that the user's input data has been scaled to fit on a standard "portrait style" page of dimensions 8.5 by 11 inches. If the user's data does not fall within this range, the plot will not be drawn correctly.

Related Data and Programs:

PS is a data directory which contains some information about and examples of PostScript graphics files.

PS_WRITE is a FORTRAN90 library of routines that can be used to create a PostScript graphics file.

TOMS626 is a FORTRAN77 library of routines for computing contour lines of data associated with a triangulated set of points; the contour lines are drawn using calls to Calcomp plotter software.

Reference:

  1. Calcomp Graphics Functional Software,
    1969

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 11 January 2007.