diff options
| author | Serban Udrea <S.Udrea@gsi.de> | 2022-11-05 06:49:11 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:13 +0700 |
| commit | 5527dfdb790590f04bc601a23183387839d9c4c5 (patch) | |
| tree | 386f9fab7cd1064f71e3c9a2448f28decfb55277 /libraries/python2-matplotlib/README | |
| parent | e7b16a8c3bc6a6cfa50197b820d416e76606050c (diff) | |
libraries/python2-matplotlib: Added (a Python 2D plotting library)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python2-matplotlib/README')
| -rw-r--r-- | libraries/python2-matplotlib/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/python2-matplotlib/README b/libraries/python2-matplotlib/README new file mode 100644 index 0000000000..ef592d939f --- /dev/null +++ b/libraries/python2-matplotlib/README @@ -0,0 +1,26 @@ +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. + + Version 2.2.5 is the last available for python2. |
