matplotlib v3.2.1 Release Notes

Release Date: 2020-03-18 // about 4 years ago
  • ๐Ÿ›  This is the first bugfix release of the 3.2.x series.

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

    • ๐Ÿ›  fix Quiver.set_UVC calls with scalar inputs
    • ๐Ÿ›  fix bezier.get_parallels failure from floating point rounding errors
    • ๐Ÿ›  fix markers specified as tuples (polygons, stars, or asterisks)
    • ๐Ÿ›  fix saving PNGs to file objects in some places
    • ๐Ÿ›  fix saving figures using the nbAgg/notebook backend
    • ๐Ÿ›  fix saving with tight layout using the PGF backend
    • ๐Ÿ›  fix setting custom datapath in rcParams (note: it is still deprecated)
    • ๐Ÿ›  fix various issues running setup.py in non-CI environments
    • ๐Ÿ›  fix xpdf distiller
    • ๐Ÿ“š various minor bug and documentation fixes