Find artist objects.
Recursively find all Artist
instances contained in the artist.
A filter criterion for the matches. This can be
def match(artist: Artist) -> bool
. The result will only contain artists for which the function returns True.Line2D
. The result will only contain artists of this class or its subclasses (isinstance
check).Include self in the list to be checked for a match.
Artist
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.artist.Artist.findobj.html