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 ca856d2 commit 6a9e968Copy full SHA for 6a9e968
1 file changed
lib/matplotlib/tests/test_animation.py
@@ -30,6 +30,8 @@ class NullMovieWriter(animation.AbstractMovieWriter):
30
it cannot be added to the 'writers' registry.
31
"""
32
33
+ frame_size_can_vary = True
34
+
35
def setup(self, fig, outfile, dpi, *args):
36
self.fig = fig
37
self.outfile = outfile
0 commit comments