Matlab(TM) style Python plotting package
matplotlib strives to produce publication quality 2D graphics using matlab plotting for inspiration. Although the main lib is object oriented, there is a functional interface "pylab" for people coming from Matlab.
- Sources inherited from project devel:languages:python:numeric
- Devel package for openSUSE:Factory
-
12
derived packages
- Links to openSUSE:Factory / python-matplotlib
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-matplotlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000152 152 Bytes | |
_multibuild | 0000000053 53 Bytes | |
freetype-2.6.1.tar.gz | 0002302080 2.2 MB | |
matplotlib-3.3.3.tar.gz | 0037944403 36.2 MB | |
matplotlib-setup.cfg | 0000001412 1.38 KB | |
no-builddir-freetype.patch | 0000001314 1.28 KB | |
python-matplotlib.changes | 0000048678 47.5 KB | |
python-matplotlib.spec | 0000015546 15.2 KB |
Revision 39 (latest revision is 105)
Matej Cepl (mcepl)
accepted
request 863205
from
Benjamin Greiner (bnavigator)
(revision 39)
- Update to v3.3.3 This release contains several critical bug-fixes: * Fix calls to Axis.grid with argument visible=True. * Fix fully masked imshow. * Fix inconsistent color mapping in scatter for 3D plots. * Fix notebook/nbAgg figures when used with ipywidgets in the same cell. * Fix notebook/nbAgg/WebAgg on older (e.g., Firefox ESR) browsers. * Fix pcolormesh with datetime coordinates. * Fix performance regression with datetimes. * Fix singular ticks with small log ranges. * Fix timers/animations on wx and notebook backends. * Remove certifi as a hard runtime dependency. - Changelog for v3.3.2 This release contains several critical bug-fixes: * fix Axis scale on twinned Axes * fix auto-close of Figures in nbagg * fix automatic title placement if Axes is off the Figure * fix autoranging of log scales with barstacked histogram * fix extra redraws when using Button or TextBox widgets * fix imshow with LogNorm and large vmin/vmax ranges * fix plotting Pandas DataFrame with string MultiIndex * fix scatter with marker='' * fix scatter3d color/linewidth re-projection * fix state of mode buttons in TkAgg backends * include license files in built distribution * reduce Visual C++ runtime requirements on Windows - Changelog for v3.3.1 This release contains several critical bug-fixes:
Comments 0