matplotlib.pyplot.findobj — Matplotlib 3.10.3 documentation (original) (raw)

matplotlib.pyplot.findobj(o=None, match=None, include_self=True)[source]#

Find artist objects.

Recursively find all Artist instances contained in the artist.

Parameters:

match

A filter criterion for the matches. This can be

include_selfbool

Include self in the list to be checked for a match.

Returns:

list of Artist