(self)
| 446 | self._axislabel_pad = 0 |
| 447 | |
| 448 | def get_ref_artist(self): |
| 449 | # docstring inherited |
| 450 | return self._axis.get_ticklabels()[0] |
| 451 | |
| 452 | def set_axis_direction(self, label_direction): |
| 453 | """ |
nothing calls this directly
no test coverage detected