We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca856d2 commit 6a9e968Copy full SHA for 6a9e968
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