8000
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.
2 parents 971f5e9 + 46b6f23 commit 3607108Copy full SHA for 3607108
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