matplotlib.axis.Axis.contains
-
Axis.contains(self, mouseevent)
-
Test whether the artist contains the mouse event.
Parameters: -
mouseevent : matplotlib.backend_bases.MouseEvent
Returns: -
contains : bool
-
Whether any values are within the radius.
-
details : dict
-
An artist-specific dictionary of details of the event context, such as which points are contained in the pick radius. See the individual Artist subclasses for details.
See also
-
set_contains,
get_contains
-
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.axis.Axis.contains.html