MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _update_offset_text_position

Method _update_offset_text_position

lib/matplotlib/axis.py:2415–2420  ·  view source on GitHub ↗

Update the offset text position based on the sequence of bounding boxes of all the ticklabels.

(self, bboxes, bboxes2)

Source from the content-addressed store, hash-verified

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 """

Callers 2

get_tightbboxMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected