On this page
matplotlib.axes.Axes.contains
- Axes.- contains(mouseevent)
- 
    Test whether the artist contains the mouse event. Parameters: - 
           mouseeventmatplotlib.backend_bases.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. 
 
- 
           mouseevent
Examples using matplotlib.axes.Axes.contains
  © 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
 https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.axes.Axes.contains.html