Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ full_screen_toggle
Method
full_screen_toggle
lib/matplotlib/backend_bases.py:2882–2883 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2880
self.canvas.figure._set_base_canvas()
2881
2882
def
full_screen_toggle(self):
2883
pass
2884
2885
def
resize(self, w, h):
2886
""
"For GUI backends, resize the window (in physical pixels)."
""
Callers
2
trigger
Method · 0.45
key_press_handler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected