[*Discouraged*] Return the axis label as a Text instance. .. admonition:: Discouraged This overrides `.Artist.get_label`, which is for legend labels, with a new semantic. It is recommended to use the attribute ``Axis.label`` instead.
(self)
| 1515 | "set the axis label via set_label_text()?") |
| 1516 | |
| 1517 | def get_label(self): |
| 1518 | """ |
| 1519 | [*Discouraged*] Return the axis label as a Text instance. |
| 1520 | |
| 1521 | .. admonition:: Discouraged |
| 1522 | |
| 1523 | This overrides `.Artist.get_label`, which is for legend labels, with a new |
| 1524 | semantic. It is recommended to use the attribute ``Axis.label`` instead. |
| 1525 | """ |
| 1526 | return self.label |
| 1527 | |
| 1528 | def get_offset_text(self): |
| 1529 | """Return the axis offsetText as a Text instance.""" |
no outgoing calls