Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Bug summary
The mouseover cursor text is drawn "to the right" of the actual toolbar on wx + windows.
Code for reproduction
frompylabimport*mpl.use("wxagg")imshow([[1,2]])show()# then mouseover the image
Actual outcome
You can guess the "x" and the "[" being cropped at the extreme right of the toolbar.
Expected outcome
The text is flush right, as with other backends and with wxgtk.
Additional information
This seems to have failed ever since the removal of the separate statusbar which moved the mouseover text to the toolbar's right.
Operating system
windows
Matplotlib Version
3.5.1, but tested for all relevant versions
Matplotlib Backend
wxagg
Python version
3.9
Jupyter version
none
Installation
git checkout