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

Method draw

lib/matplotlib/offsetbox.py:900–905  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

898 return Bbox.from_bounds(0, 0, ub.width, ub.height)
899
900 def draw(self, renderer):
901 # docstring inherited
902 for c in self._children:
903 c.draw(renderer)
904 _bbox_artist(self, renderer, fill=False, props=dict(pad=0.))
905 self.stale = False
906
907
908class AnchoredOffsetbox(OffsetBox):

Callers

nothing calls this directly

Calls 2

_bbox_artistFunction · 0.85
drawMethod · 0.45

Tested by

no test coverage detected