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

Method _update_label_position

lib/matplotlib/axis.py:2408–2413  ·  view source on GitHub ↗

Update the label position based on the bounding box enclosing all the ticklabels and axis spine.

(self, renderer)

Source from the content-addressed store, hash-verified

2406 return bboxes, bboxes2
2407
2408 def _update_label_position(self, renderer):
2409 """
2410 Update the label position based on the bounding box enclosing
2411 all the ticklabels and axis spine.
2412 """
2413 raise NotImplementedError('Derived must override')
2414
2415 def _update_offset_text_position(self, bboxes, bboxes2):
2416 """

Callers 2

get_tightbboxMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected