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

Method _set_artist_props

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

Source from the content-addressed store, hash-verified

1316 return v0, v1
1317
1318 def _set_artist_props(self, a):
1319 if a is None:
1320 return
1321 a.set_figure(self.get_figure(root=False))
1322
1323 @staticmethod
1324 def _tick_group_visible(kw):

Callers 1

__init__Method · 0.95

Calls 2

set_figureMethod · 0.45
get_figureMethod · 0.45

Tested by

no test coverage detected