matplotlib v3.3.3 Release Notes
Release Date: 2020-11-12 // about 5 years ago-
๐ This is the third bugfix release of the 3.3.x series.
๐ This release contains several critical bug-fixes:
- ๐ Fix calls to
Axis.gridwith argumentvisible=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
datetimecoordinates. - ๐ 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.
- ๐ Fix calls to
Previous changes from v3.3.2
-
๐ This is the second bugfix release of the 3.3.x series.
๐ This release contains several critical bug-fixes:
- ๐ fix
Axisscale on twinnedAxes - ๐ fix auto-close of
Figures in nbagg - ๐ fix automatic title placement if
Axesis off theFigure - ๐ fix autoranging of log scales with barstacked histogram
- ๐ fix extra redraws when using
ButtonorTextBoxwidgets - ๐ fix imshow with
LogNormand large vmin/vmax ranges - ๐ fix plotting Pandas
DataFramewith stringMultiIndex - ๐ fix
scatterwithmarker='' - ๐ fix
scatter3dcolor/linewidth re-projection - ๐ fix state of mode buttons in TkAgg backends
- include license files in built distribution
- โฌ๏ธ reduce Visual C++ runtime requirements on Windows
- ๐ fix