diff options
author | jmz <jmz@FreeBSD.org> | 1996-12-22 04:36:43 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-12-22 04:36:43 +0000 |
commit | 2e4b37054225f0804c12a10e284193be931dc2b1 (patch) | |
tree | 83846dd552a9ea23f1fe1f5852b222d674633ca9 /graphics/pgplot/pkg-descr | |
parent | 5d88f8966a330e33f4e89b2a7860cdba4a8c53fa (diff) | |
download | FreeBSD-ports-2e4b37054225f0804c12a10e284193be931dc2b1.zip FreeBSD-ports-2e4b37054225f0804c12a10e284193be931dc2b1.tar.gz |
A C/FORTRAN library for drawing graphs on a variety of display devices.
Diffstat (limited to 'graphics/pgplot/pkg-descr')
-rw-r--r-- | graphics/pgplot/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/pgplot/pkg-descr b/graphics/pgplot/pkg-descr new file mode 100644 index 0000000..62d9bc3 --- /dev/null +++ b/graphics/pgplot/pkg-descr @@ -0,0 +1,12 @@ +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 +(tjp@astro.caltech.edu). + +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 available in the /usr/local/share/pgplot +directory. |