matplotlib v3.3.3 Release Notes
Release Date: 2020-11-12 // over 2 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.grid
with 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
datetime
coordinates. - ๐ Fix performance regression with
datetime
s. - ๐ 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
Axis
scale on twinnedAxes
- ๐ fix auto-close of
Figure
s in nbagg - ๐ fix automatic title placement if
Axes
is off theFigure
- ๐ fix autoranging of log scales with barstacked histogram
- ๐ fix extra redraws when using
Button
orTextBox
widgets - ๐ fix imshow with
LogNorm
and large vmin/vmax ranges - ๐ fix plotting Pandas
DataFrame
with stringMultiIndex
- ๐ fix
scatter
withmarker=''
- ๐ 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
- ๐ fix