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

Method get_label_text

lib/matplotlib/axis.py:1772–1774  ·  view source on GitHub ↗

Get the text of the label.

(self)

Source from the content-addressed store, hash-verified

1770 dest._tickdir = src._tickdir
1771
1772 def get_label_text(self):
1773 """Get the text of the label."""
1774 return self.label.get_text()
1775
1776 def get_major_locator(self):
1777 """Get the locator of the major ticker."""

Callers

nothing calls this directly

Calls 1

get_textMethod · 0.45

Tested by

no test coverage detected