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
Summary
https://github.com/matplotlib/matplotlib/blob/v3.10.1/lib/matplotlib/widgets.py#L1937
self.canvas.draw() takes a long time when mouse moves out
Proposed fix
restore the background
self.canvas.restore_region(self.background)
self.canvas.blit(self.ax.bbox)