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 cebc4d8 commit 29d8d88Copy full SHA for 29d8d88
lib/matplotlib/artist.py
@@ -493,9 +493,6 @@ def contains(self, mouseevent):
493
such as which points are contained in the pick radius. See the
494
individual Artist subclasses for details.
495
"""
496
- inside, info = self._default_contains(mouseevent)
497
- if inside is not None:
498
- return inside, info
499
_log.warning("%r needs 'contains' method", self.__class__.__name__)
500
return False, {}
501
0 commit comments