matplotlib.artist.Artist.contains#
- Artist.contains(mouseevent)[source]#
Test whether the artist contains the mouse event.
- Parameters:
- mouseevent
matplotlib.backend_bases.MouseEvent
- mouseevent
- Returns:
- containsbool
Whether any values are within the radius.
- detailsdict
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.
Examples using matplotlib.artist.Artist.contains
#
Looking Glass