matplotlib v3.3.2 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • ๐Ÿ›  This is the second bugfix release of the 3.3.x series.

    ๐Ÿš‘ 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