summaryrefslogtreecommitdiff
path: root/libraries/matplotlib/README
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2014-10-28 08:47:36 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-30 20:27:30 +0700
commitad3dfffac0d2dc67ecabc7caace26e28681e177a (patch)
treef871fd9a085f7d266556c7eb4044074e958d2723 /libraries/matplotlib/README
parent6d094eec3f0259597815e3a1553d49b1137c74bc (diff)
downloadslackbuilds-ad3dfffac0d2dc67ecabc7caace26e28681e177a.tar.gz
libraries/matplotlib: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/matplotlib/README')
-rw-r--r--libraries/matplotlib/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/libraries/matplotlib/README b/libraries/matplotlib/README
index 2682e4402b..49254b4a54 100644
--- a/libraries/matplotlib/README
+++ b/libraries/matplotlib/README
@@ -1,5 +1,14 @@
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
+interfaces and hardcopy output formats. The 'pylab' mode
+of ipython uses matplotlib to emulate matlab graphics.
+
+NOTES: If you want to enable the optional subpackages tests and
+ toolkits_tests you need to install nose and mock before
+ matplotlib.
+ To enable the above mentioned subpackages you have to set
+ the variables DISABLE_TESTS and DISABLE_TK_TESTS respectively
+ to "no".
+ toolkits_tests doesn't get installed, if test and/or toolkits
+ are disabled. The installation of toolkits is done automatically.