Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cb2d4 commit 3f2a1b9Copy full SHA for 3f2a1b9
1 file changed
lib/matplotlib/animation.py
@@ -1814,7 +1814,7 @@ def _draw_frame(self, framedata):
1814
self._drawn_artists = self._func(framedata, *self._args)
1815
if self._blit:
1816
if self._drawn_artists is None:
1817
- raise RuntimeError('The animation function must return a '
1818
- 'sequence of Artist objects.')
+ raise RuntimeError('The animation function must return a '
+ 'sequence of Artist objects.')
1819
for a in self._drawn_artists:
1820
a.set_animated(self._blit)
0 commit comments