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

Class FigureCanvasTkAgg

lib/matplotlib/backends/backend_tkagg.py:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
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(),
15 (0, 1, 2, 3), bbox=bbox)
16
17
18@_BackendTk.export

Callers 3

test_figureFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_figureFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…