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 8b796c4 commit 46b6f23Copy full SHA for 46b6f23
1 file changed
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