Assigning legend labels is not supported. Raises RuntimeError.
(self, s)
| 1509 | [tick.gridline for tick in ticks]) |
| 1510 | |
| 1511 | def set_label(self, s): |
| 1512 | """Assigning legend labels is not supported. Raises RuntimeError.""" |
| 1513 | raise RuntimeError( |
| 1514 | "A legend label cannot be assigned to an Axis. Did you mean to " |
| 1515 | "set the axis label via set_label_text()?") |
| 1516 | |
| 1517 | def get_label(self): |
| 1518 | """ |
no outgoing calls