MCPcopy 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
268def ion():
269 """Turn the interactive mode on."""
270 matplotlib.interactive(True)
271 install_repl_displayhook()
272
273
274def pause(interval):

Callers

nothing calls this directly

Calls 1

install_repl_displayhookFunction · 0.85

Tested by

no test coverage detected