summaryrefslogtreecommitdiff
path: root/academic/matplotlib/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/matplotlib/README')
-rw-r--r--academic/matplotlib/README12
1 files changed, 5 insertions, 7 deletions
diff --git a/academic/matplotlib/README b/academic/matplotlib/README
index 9ca76c5376..d899f0695f 100644
--- a/academic/matplotlib/README
+++ b/academic/matplotlib/README
@@ -1,9 +1,7 @@
-Matplotlib is a plotting library for Python which uses syntax similar to
-MATLAB. The library provides a "pylab" interface which is procedural
-and based on a state machine, like OpenGL. There is also an OOP
-interface which has less thorough documentation and greater complexity.
-Using the OOP interface, matplotlib plots can be embedded in
-applications using generic GUI toolkits like wxPython, Qt or GTK.
+Matplotlib strives to produce publication quality 2D graphics for
+interactive graphing, scientific publishing, user interface
+development and web application servers targeting multiple user
+interfaces and hardcopy output formats. There is a 'pylab' mode which
+emulates matlab graphics
Matplotlib requires NumPy, which is also available at SlackBuilds.org.
-Also, pygtk is an optional dependency.