MCPcopy
hub / github.com/matplotlib/matplotlib / set_label

Method set_label

lib/mpl_toolkits/axisartist/axis_artist.py:1069–1071  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1067 self.label.draw(renderer)
1068
1069 def set_label(self, s):
1070 # docstring inherited
1071 self.label.set_text(s)
1072
1073 def get_tightbbox(self, renderer=None):
1074 if not self.get_visible():

Callers 3

test_axis_artistFunction · 0.95
test_axes3d_reprFunction · 0.45
test_SubplotFunction · 0.45

Calls 1

set_textMethod · 0.45

Tested by 3

test_axis_artistFunction · 0.76
test_axes3d_reprFunction · 0.36
test_SubplotFunction · 0.36