Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8
class
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_figure
Function · 0.95
test_dpi_change_triggers_resize
Function · 0.95
Calls
1
blit
Method · 0.95
Tested by
2
test_figure
Function · 0.76
test_dpi_change_triggers_resize
Function · 0.76