Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ ion
Function
ion
site-packages/matplotlib/pyplot.py:268–271 ·
view source on GitHub ↗
Turn the interactive mode on.
()
Source
from the content-addressed store, hash-verified
266
267
268
def
ion():
269
""
"Turn the interactive mode on."
""
270
matplotlib.interactive(True)
271
install_repl_displayhook()
272
273
274
def
pause(interval):
Callers
nothing calls this directly
Calls
1
install_repl_displayhook
Function · 0.85
Tested by
no test coverage detected