Get the label position. Returns ------- str : {'lower', 'upper', 'both', 'default', 'none'} The position of the axis label.
(self)
| 224 | self._label_position = position |
| 225 | |
| 226 | def get_label_position(self): |
| 227 | """ |
| 228 | Get the label position. |
| 229 | |
| 230 | Returns |
| 231 | ------- |
| 232 | str : {'lower', 'upper', 'both', 'default', 'none'} |
| 233 | The position of the axis label. |
| 234 | """ |
| 235 | return self._label_position |
| 236 | |
| 237 | def set_pane_color(self, color, alpha=None): |
| 238 | """ |