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 f6e63da commit 3d193aeCopy full SHA for 3d193ae
1 file changed
lib/matplotlib/tests/test_animation.py
@@ -54,7 +54,7 @@ def animate(i):
54
F.close()
55
anim = animation.FuncAnimation(fig, animate, init_func=init, frames=5)
56
try:
57
- anim.save(F.name, fps=30, writer=writer)
+ anim.save(F.name, fps=30, writer=writer, bitrate=500)
58
except UnicodeDecodeError:
59
raise KnownFailureTest("There can be errors in the numpy " +
60
"import stack, " +
0 commit comments