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

Method _draw_frame

lib/matplotlib/animation.py:1556–1563  ·  view source on GitHub ↗
(self, artists)

Source from the content-addressed store, hash-verified

1554 artist.set_visible(False)
1555
1556 def _draw_frame(self, artists):
1557 # Save the artists that were passed in as framedata for the other
1558 # steps (esp. blitting) to use.
1559 self._drawn_artists = artists
1560
1561 # Make all the artists from the current frame visible
1562 for artist in artists:
1563 artist.set_visible(True)
1564
1565
1566class FuncAnimation(TimedAnimation):

Callers

nothing calls this directly

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected