summaryrefslogtreecommitdiff
path: root/libraries/matplotlib/README
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2022-11-06 22:31:57 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:20 +0700
commit6d4041e8f2c821a6ed951fa73459b8d20fe5c3c8 (patch)
treea595f63cdbfde721b3584b2dc5a9936833485c07 /libraries/matplotlib/README
parent5e455c3adfef431e32ac5f81567bf753c7a13227 (diff)
downloadslackbuilds-6d4041e8f2c821a6ed951fa73459b8d20fe5c3c8.tar.gz
libraries/matplotlib: Removed (renamed python2-matplotlib).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/matplotlib/README')
-rw-r--r--libraries/matplotlib/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/libraries/matplotlib/README b/libraries/matplotlib/README
deleted file mode 100644
index c7266d9f6d..0000000000
--- a/libraries/matplotlib/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-OPTIONAL DEPENDENCIES: pytest, mock, ffmpeg/avconv, Inkscape,
- wxPython3
-
-NOTES: The optional wxagg backend is disabled by default because
- of possible issues related to wxPython versions. If you
- wish to use this backend install wxPython3 in advance and
- set DISABLE_WXAGG to "no" when executing the SlackBuild.
- IMPORTANT: There is some interaction between wxPython and
- wxPython3, pay attention to the corresponding
- README files.
-
- If you want to enable the optional subpackages tests and
- toolkits_tests you need to set the variable ENABLE_TESTS
- to "yes" when executing the SlackBuild and make sure that
- pytest, mock, ffmpeg/avconv and Inkscape are already
- installed. Besides ffmpeg/avconv are also needed if you
- wish better support of animation output formats.