summaryrefslogtreecommitdiffstats
path: root/development/python3-matplotlib/README
diff options
context:
space:
mode:
author Serban Udrea2017-04-30 04:36:49 +0200
committer Willy Sudiarto Raharjo2017-04-30 04:36:49 +0200
commitbc87165af7c751fd37069185fab38c43f9cc772c (patch)
treec05c2415a8b870b75d31d62b4332b127d22faf99 /development/python3-matplotlib/README
parente15521bf02401f9f0706a6ca8d6952b0a2d285c8 (diff)
downloadslackbuilds-bc87165af7c751fd37069185fab38c43f9cc772c.tar.gz
development/python3-matplotlib: Added (Python 2D plotting library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-matplotlib/README')
-rw-r--r--development/python3-matplotlib/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/development/python3-matplotlib/README b/development/python3-matplotlib/README
new file mode 100644
index 0000000000..abb309d987
--- /dev/null
+++ b/development/python3-matplotlib/README
@@ -0,0 +1,22 @@
+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. The 'pylab' mode
+of ipython uses matplotlib to emulate matlab graphics.
+
+This is the Python 3 version of matplotlib and can coexist with
+SBo's matplotlib package.
+
+NOTES: 1 - If you want to enable the optional subpackages tests
+ and toolkits_tests you need to install Python 3
+ versions of nose and mock before matplotlib. THESE
+ AREN'T YET AVAILABLE AS SLACKBUILDS!
+ 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.
+
+ 2 - The python-dateutil and pytz dependencies must be
+ compiled with Python 3 support.