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 8cc21db commit 6c0b72fCopy full SHA for 6c0b72f
lib/matplotlib/animation.py
@@ -920,7 +920,9 @@ def to_html5_video(self):
920
self._base64_video = vid64.decode('ascii')
921
self._video_size = 'width="{0}" height="{1}"'.format(
922
*writer.frame_size)
923
- os.remove(f.name) # Now we can remove
+
924
+ # Now we can remove
925
+ os.remove(f.name)
926
927
# Default HTML5 options are to autoplay and to display video controls
928
options = ['controls', 'autoplay']
0 commit comments