matplotlib v3.3.1 Release Notes

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

    ๐Ÿš‘ This release contains several critical bug-fixes:

    • ๐Ÿ›  fix docstring import issues when running Python with optimization
    • ๐Ÿ›  fix hist with categorical data, such as with Pandas
    • ๐Ÿ›  fix install on BSD systems
    • ๐Ÿ›  fix nbagg compatibility with Chrome 84+
    • ๐Ÿ›  fix ordering of scatter marker size in 3D plots
    • ๐Ÿ›  fix performance regression when plotting Paths
    • ๐Ÿ›  fix reading from URL in imread
    • ๐Ÿ›  fix several regressions with new date epoch handling
    • ๐Ÿ›  fix some bad constrained and tight layout interactions with colorbars
    • ๐Ÿ›  fix use of customized toolbars in TkAgg and WXAgg backends