MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / findobj

Function findobj

site-packages/matplotlib/pyplot.py:171–174  ·  view source on GitHub ↗
(o=None, match=None, include_self=True)

Source from the content-addressed store, hash-verified

169
170@docstring.copy_dedent(Artist.findobj)
171def findobj(o=None, match=None, include_self=True):
172 if o is None:
173 o = gcf()
174 return o.findobj(match, include_self=include_self)
175
176
177def switch_backend(newbackend):

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
findobjMethod · 0.80

Tested by

no test coverage detected