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
FIX: correctly restore the size of unpickled figures with hi-dpi
The issue is that we reset the dpi but did not re-compute any of the
bounding boxes derived from the dpi leading to the initial redraw events
to use the wrong physical size on the screen.
Closesmatplotlib#27224
0 commit comments