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 20e0f80 commit 9b9684dCopy full SHA for 9b9684d
lib/matplotlib/animation.py
@@ -615,18 +615,6 @@ class ImageMagickBase:
615
_exec_key = 'animation.convert_path'
616
_args_key = 'animation.convert_args'
617
618
- @_api.deprecated("3.6")
619
- @property
620
- def delay(self):
621
- return 100. / self.fps
622
-
623
624
625
- def output_args(self):
626
- extra_args = (self.extra_args if self.extra_args is not None
627
- else mpl.rcParams[self._args_key])
628
- return [*extra_args, self.outfile]
629
630
def _args(self):
631
# ImageMagick does not recognize "raw".
632
fmt = "rgba" if self.frame_format == "raw" else self.frame_format
0 commit comments