Hi all,
We are pleased to announce the publication of the 3.11.1 micro release.
Pre-built wheels are available for most major platforms, and can be
installed using `pip install matplotlib==3.11.1`. Other packages may
also be available already; please check with your preferred source.
This release is the work of 27 authors over 70 Pull Requests, fixing 16
Issues:
* Fix tight layout of multiple subplots with |sharey=True|
* Fix |NoNorm| cursor formatting for |uint8| images
* Fix occasional misalignment in reported mouse position (also fix a
bug with canvas height)
* Fix clipped Axis labels on 3D plots with tight layout
* Fix inverted Axis on 3D plots
* Fix restoring 'auto' aspect in 3D axes after switching from 'equal'
* Fix missing glyphs when subsetting Type 1 fonts in PDF
* Fix oversized embedding of Type 42 fonts in PDF/PostScript files
As well as several documentation and typing improvements and corrections.
See the milestone for all closed issues/PRs
<https://github.com/matplotlib/matplotlib/milestone/108?closed=1>.