MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _set_artist_props

Method _set_artist_props

lib/matplotlib/axis.py:311–312  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

309 self.stale = True
310
311 def _set_artist_props(self, a):
312 a.set_figure(self.get_figure(root=False))
313
314 def get_view_interval(self):
315 """

Callers 5

__init__Method · 0.95
_init3dMethod · 0.45
clearMethod · 0.45
_init_offsetTextMethod · 0.45
update_propMethod · 0.45

Calls 2

set_figureMethod · 0.45
get_figureMethod · 0.45

Tested by

no test coverage detected