Update the offset text position based on the sequence of bounding boxes of all the ticklabels.
(self, bboxes, bboxes2)
| 2413 | raise NotImplementedError('Derived must override') |
| 2414 | |
| 2415 | def _update_offset_text_position(self, bboxes, bboxes2): |
| 2416 | """ |
| 2417 | Update the offset text position based on the sequence of bounding |
| 2418 | boxes of all the ticklabels. |
| 2419 | """ |
| 2420 | raise NotImplementedError('Derived must override') |
| 2421 | |
| 2422 | def axis_date(self, tz=None): |
| 2423 | """ |
no outgoing calls
no test coverage detected