summaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r--gnu/packages/plotutils.scm16
1 files changed, 5 insertions, 11 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 0b12665a61..090d07c39b 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -46,15 +46,9 @@
"http://www.gnu.org/software/plotutils/")
(synopsis "Plotting utilities and library")
(description
- "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.")
+ "Plotutils is a collection of utilities for plotting and working with
+2D graphics. It includes a library, libplot, for C and C++ for exporting 2D
+vector graphics in many file formats. It also has support for 2D vector
+graphics animations. The package also contains command-line programs for
+plotting scientific data.")
(license gpl2+)))