summaryrefslogtreecommitdiffstats
path: root/libraries/pgplot/README
diff options
context:
space:
mode:
author Nitish Ragoomundun2017-05-09 15:23:26 +0200
committer Willy Sudiarto Raharjo2017-05-13 01:58:49 +0200
commite196e8f941a3ea123f73ba3778f755a4faa0d9b0 (patch)
tree7291234062ff2b085eed6d2ecaf37ca6b31711e6 /libraries/pgplot/README
parentfbe0107f7827921d4b35f61fdcfd3e1461381b1c (diff)
downloadslackbuilds-e196e8f941a3ea123f73ba3778f755a4faa0d9b0.tar.gz
libraries/pgplot: Added (graphics subroutine library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/pgplot/README')
-rw-r--r--libraries/pgplot/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/pgplot/README b/libraries/pgplot/README
new file mode 100644
index 0000000000..cadec04fb7
--- /dev/null
+++ b/libraries/pgplot/README
@@ -0,0 +1,16 @@
+PGPLOT is a Fortran subroutine package for drawing simple scientific
+graphs on various graphics display devices. It was originally developed
+for use with astronomical data reduction programs in the Caltech
+Astronomy Department.
+
+It consists of a library of routines that are Fortran- and C-callable.
+There are routines that are device-dependent, in that they can produce
+output for various terminals, image displays, dot-matrix printers,
+laser printers, and pen plotters. Common file formats supported include
+PostScript and GIF.
+
+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.