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

Method draw_artist

lib/matplotlib/figure.py:3300–3304  ·  view source on GitHub ↗

Draw `.Artist` *a* only.

(self, a)

Source from the content-addressed store, hash-verified

3298 self.draw(renderer)
3299
3300 def draw_artist(self, a):
3301 """
3302 Draw `.Artist` *a* only.
3303 """
3304 a.draw(self.canvas.get_renderer())
3305
3306 def __getstate__(self):
3307 state = super().__getstate__()

Callers 15

_blit_drawMethod · 0.45
_motionMethod · 0.45
_clearMethod · 0.45
set_activeMethod · 0.45
set_activeMethod · 0.45
onmoveMethod · 0.45
onmoveMethod · 0.45
update_backgroundMethod · 0.45
updateMethod · 0.45
onmoveMethod · 0.45
blitting.pyFile · 0.45
_draw_animatedMethod · 0.45

Calls 2

drawMethod · 0.45
get_rendererMethod · 0.45

Tested by

no test coverage detected