You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a duplicate of #24644? If so, sorry for the noise! However I wonder if it makes sense to put in a deprecation warning soon in set_dpi if it's going to be removed, so that other users don't get caught out?
Bug summary
The default
dpi='figure'
option insavefig
no longer appears to work correctly - instead the DPI is a fixed value.Code for reproduction
Actual outcome
A 100 DPI figure:
Expected outcome
A 10 DPI figure:
Additional information
I bisected this and it appears to have been introduced in #19126 - prior to this, it worked fine.
Operating system
All platforms
Matplotlib Version
Bug first appeared in Matplotlib 3.5
Matplotlib Backend
MacOS X and Agg
Python version
3.11 but seen in other Python versions
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: