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

Method draw

lib/matplotlib/backends/backend_tkagg.py:9–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class FigureCanvasTkAgg(FigureCanvasAgg, FigureCanvasTk):
9 def draw(self):
10 super().draw()
11 self.blit()
12
13 def blit(self, bbox=None):
14 _backend_tk.blit(self._tkphoto, self.renderer.buffer_rgba(),

Callers 2

test_figureFunction · 0.95

Calls 1

blitMethod · 0.95

Tested by 2

test_figureFunction · 0.76