Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b5db4 commit 3998293Copy full SHA for 3998293
lib/matplotlib/backend_bases.py
@@ -3016,7 +3016,7 @@ def mouse_move(self, event):
3016
self.set_message(self._mouse_event_to_message(event))
3017
3018
if callable(getattr(self, 'set_hover_message', None)):
3019
- for a in self.canvas.figure.findobj(match=lambda x: not isinstance(x,
+ for a in self.canvas.figure.findobj(match=lambda x: not isinstance(x,
3020
Rectangle), include_self=False):
3021
inside, prop = a.contains(event)
3022
if inside:
0 commit comments