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

Method draw

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

Source from the content-addressed store, hash-verified

1282 return Bbox.from_bounds(0, 0, w, h)
1283
1284 def draw(self, renderer):
1285 # docstring inherited
1286 self.image.draw(renderer)
1287 # bbox_artist(self, renderer, fill=False, props=dict(pad=0.))
1288 self.stale = False
1289
1290
1291class AnnotationBbox(martist.Artist, mtext._AnnotationBase):

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected