matplotlib.axis.YAxis.findobj
- 
YAxis.findobj(match=None, include_self=True) - 
Find artist objects.
Recursively find all
Artistinstances contained in self.match can be
- None: return all objects contained in artist.
 - function with signature 
boolean = match(artist)used to filter matches - class instance: e.g., Line2D. Only return artists of class type.
 
If include_self is True (default), include self in the list to be checked for a match.
 
    © 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
    https://matplotlib.org/3.0.0/api/_as_gen/matplotlib.axis.YAxis.findobj.html