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 a65b9c1 commit a408affCopy full SHA for a408aff
lib/matplotlib/animation.py
@@ -668,7 +668,7 @@ def _args(self):
668
'-r', str(self.fps)]
669
# Logging is quieted because subprocess.PIPE has limited buffer size.
670
# If you have a lot of frames in your animation and set logging to
671
- # DEBUG, you will have a buffer overrun.
+ # DEBUG, you will have a buffer overrun.
672
if (_log.getEffectiveLevel() > logging.DEBUG):
673
args += ['-loglevel', 'quiet']
674
args += ['-i', 'pipe:'] + self.output_args
0 commit comments