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

Method add_artist

lib/mpl_toolkits/axes_grid1/axes_size.py:176–177  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

174 self._w_or_h = w_or_h
175
176 def add_artist(self, a):
177 self._artist_list.append(a)
178
179 def get_size(self, renderer):
180 rel_size = 0.

Callers 14

test_text_3dFunction · 0.45
test_pathpatch_3dFunction · 0.45
test_ticksFunction · 0.45
test_labelbaseFunction · 0.45
test_ticklabelsFunction · 0.45
test_axis_artistFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_inset_locatorFunction · 0.45
test_inset_axesFunction · 0.45

Calls

no outgoing calls

Tested by 12

test_text_3dFunction · 0.36
test_pathpatch_3dFunction · 0.36
test_ticksFunction · 0.36
test_labelbaseFunction · 0.36
test_ticklabelsFunction · 0.36
test_axis_artistFunction · 0.36
test_inset_locatorFunction · 0.36
test_inset_axesFunction · 0.36
test_anchored_artistsFunction · 0.36