Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Bug summary
Based on#28364, the scaling transformations do not update properly when axes are zoomed in the example. Given that location does change and the scales are computed correctly, it follows thatAffineDeltaTransform
is most likely not updating correctly.
Code for reproduction
Run example in#28364 in an interactive session. Zoom in.
Initial (unzoomed plot):
Actual outcome
The on-screen size of the circle patches remains the same in pixels.
Expected outcome
The circle patches should scale to maintain a constant height in data space while remaining circles.
Additional information
Consistent in a couple of different venvs with recent versions on Linux
Operating system
No response
Matplotlib Version
3.8.2
Matplotlib Backend
QtAgg (PyQt6)
Python version
Python 3.10.12
Jupyter version
N/A
Installation
pip