Get the text of the label.
(self)
| 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.""" |