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

Function is_interactive

lib/matplotlib/__init__.py:1332–1341  ·  view source on GitHub ↗

Return whether to redraw after every plotting command. .. note:: This function is only intended for use in backends. End users should use `.pyplot.isinteractive` instead.

()

Source from the content-addressed store, hash-verified

1330
1331
1332def is_interactive():
1333 """
1334 Return whether to redraw after every plotting command.
1335
1336 .. note::
1337
1338 This function is only intended for use in backends. End users should
1339 use `.pyplot.isinteractive` instead.
1340 """
1341 return rcParams['interactive']
1342
1343
1344def _val_or_rc(val, *rc_names):

Callers 7

pyplot_showMethod · 0.90
draw_if_interactiveMethod · 0.90
showMethod · 0.90
connection_infoFunction · 0.90
create_with_canvasMethod · 0.90
showMethod · 0.90
__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…