Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_poly_collection_2d_to_3d_empty
Function · 0.45
test_text_3d
Function · 0.45
test_pathpatch_3d
Function · 0.45
test_ticks
Function · 0.45
test_labelbase
Function · 0.45
test_ticklabels
Function · 0.45
test_axis_artist
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
test_inset_locator
Function · 0.45
test_inset_axes
Function · 0.45
test_anchored_direction_arrows
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_poly_collection_2d_to_3d_empty
Function · 0.36
test_text_3d
Function · 0.36
test_pathpatch_3d
Function · 0.36
test_ticks
Function · 0.36
test_labelbase
Function · 0.36
test_ticklabels
Function · 0.36
test_axis_artist
Function · 0.36
test_inset_locator
Function · 0.36
test_inset_axes
Function · 0.36
test_anchored_direction_arrows
Function · 0.36
test_anchored_direction_arrows_many_args
Function · 0.36
test_anchored_artists
Function · 0.36