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

Method resume

lib/matplotlib/animation.py:1412–1417  ·  view source on GitHub ↗

Resume the animation.

(self)

Source from the content-addressed store, hash-verified

1410 artist.set_animated(False)
1411
1412 def resume(self):
1413 """Resume the animation."""
1414 self.event_source.start()
1415 if self._blit:
1416 for artist in self._drawn_artists:
1417 artist.set_animated(True)
1418
1419
1420class TimedAnimation(Animation):

Callers 1

toggle_pauseMethod · 0.80

Calls 2

startMethod · 0.45
set_animatedMethod · 0.45

Tested by

no test coverage detected