blob: b2b0a82baa71a008420204058f2e1cd5da743939 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
PGPLOT is a Fortran subroutine package for drawing graphs on a variety
of display devices. For more details, see the manual ``PGPLOT Graphics
Subroutine Library'', available from T. J. Pearson.
The CPGPLOT library adds an intermediate level of wrapper functions
between C programs and the PGPLOT library. These functions hide the
system dependencies of calling PGPLOT behind a system independent
interface.
Documentation and demo programs are included.
|