Plotting Library for Python
matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell (ala matlab or mathematica), web
application servers, and six graphical user interface toolkits.
- Sources inherited from project SUSE:SLE-15-SP6:GA
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/python-matplotlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
freetype-2.6.1.tar.gz | 0002302080 2.2 MB | |
matplotlib-3.8.3.tar.gz | 0035879872 34.2 MB | |
matplotlib-mplsetup.cfg | 0000001388 1.36 KB | |
python-matplotlib.changes | 0000079018 77.2 KB | |
python-matplotlib.rpmlintrc | 0000000071 71 Bytes | |
python-matplotlib.spec | 0000021664 21.2 KB | |
qhull-2020-src-8.0.2.tgz | 0001298874 1.24 MB |
Latest Revision
Marcus Rueckert (darix)
committed
(revision 2)
python 3.11 enablement for GNUHealth jsc#PED-7698 - update to 3.8.3: * Fix crash at exit for PGF backend - Clean up the SPEC file - Add explicit BuildRequires on Mesa-dri, needed to run tests - Do not BuildRequire PyQt6 in SLE15. We don't want to include the whole qt6 stack in SLE only for matplotlib tests. - Don't build nbagg for python39: ipython not available anymore - Disable nbagg and wx plugin on Leap15/SLE15 * Leap 15 doesn't have IPython stack with python 3.11 build * python-wxPython with python 3.11 supported needs wxWidgets version >= 3.2.0 as the minimal requirement which Leap15/SLE15 don't have that - force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of issues when Mesa is trying to load 'zink' driver (messages are just warnings, but seem to be fatal for the tests here) (boo#1219095) - Update to 3.8.2 * Bugfix release without API changes - API Changes for 3.8.1 ## Behaviour * Default behaviour of hexbin with C provided requires at least 1 point ## Deprecations * Deprecations removed in contour
Comments 0