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

Method get_text

lib/mpl_toolkits/axisartist/axis_artist.py:342–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

340 return self._axis.label
341
342 def get_text(self):
343 # docstring inherited
344 t = super().get_text()
345 if t == "__from_axes__":
346 return self._axis.label.get_text()
347 return self._text
348
349 _default_alignments = dict(left=("bottom", "center"),
350 right=("top", "center"),

Callers 5

get_zlabelMethod · 0.45
_draw_labelsMethod · 0.45
get_tightbboxMethod · 0.45

Calls

no outgoing calls