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

Method get_tightbbox

lib/matplotlib/text.py:2247–2251  ·  view source on GitHub ↗
(self, renderer=None)

Source from the content-addressed store, hash-verified

2245 return Bbox.union(bboxes)
2246
2247 def get_tightbbox(self, renderer=None):
2248 # docstring inherited
2249 if not self._check_xy(renderer):
2250 return Bbox.null()
2251 return super().get_tightbbox(renderer)
2252
2253
2254_docstring.interpd.register(Annotation=Annotation.__init__.__doc__)

Callers

nothing calls this directly

Calls 3

nullMethod · 0.80
_check_xyMethod · 0.45
get_tightbboxMethod · 0.45

Tested by

no test coverage detected