Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_artist
Function · 0.95
test_axes3d_repr
Function · 0.45
test_Subplot
Function · 0.45
Calls
1
set_text
Method · 0.45
Tested by
3
test_axis_artist
Function · 0.76
test_axes3d_repr
Function · 0.36
test_Subplot
Function · 0.36