summaryrefslogtreecommitdiffstats
path: root/graphics/plotutils/README
diff options
context:
space:
mode:
author Luis Henrique2010-05-12 23:29:45 +0200
committer Robby Workman2010-05-12 23:29:45 +0200
commit39344dae50eb29c7d3879ab0f885feeae2fe096f (patch)
tree6209a3406cb2797aac5959ac01ff4d171f6126db /graphics/plotutils/README
parentffeb6e8ee07525c4cf26d1a82e072c659bb33a9a (diff)
downloadslackbuilds-39344dae50eb29c7d3879ab0f885feeae2fe096f.tar.gz
graphics/plotutils: Added to 12.2 repository
Diffstat (limited to 'graphics/plotutils/README')
-rw-r--r--graphics/plotutils/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/plotutils/README b/graphics/plotutils/README
new file mode 100644
index 0000000000..975efab818
--- /dev/null
+++ b/graphics/plotutils/README
@@ -0,0 +1,23 @@
+The GNU plotutils package contains software for both programmers
+and technical users. Its centerpiece is libplot, a powerful C/C++
+function library for exporting 2-D vector graphics in many file
+formats, both vector and raster. It can also do vector graphics
+animations.
+
+libplot is device-independent in the sense that its API
+(application programming interface) does not depend on the type of
+graphics file to be exported.
+
+Besides libplot, the package contains command-line programs for
+plotting scientific data. Many of them use libplot to export
+graphics.
+
+Other ./configure options that you may want to add (provided you install
+the required fonts):
+
+--enable-ps-fonts-in-pcl enable use of PS fonts in PCL and HP-GL/2 output
+--enable-lj-fonts-in-ps enable use of LaserJet fonts in PS output
+--enable-lj-fonts-in-x enable use of LaserJet fonts on X displays
+
+This package can be useful for managing GNU Metafile plots, used by
+default in applications such as ng-spice.