matplotlib.animation.AVConvBase¶
-
class
matplotlib.animation.
AVConvBase
(*args, **kwargs)[source]¶ [Deprecated] Mixin class for avconv output.
To be useful this must be multiply-inherited from with a
MovieWriterBase
sub-class.Notes
Deprecated since version 3.3.
-
__init__
(self, /, *args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(self, /, *args, **kwargs)Initialize self. isAvailable
()Return whether a MovieWriter subclass is actually available. Attributes
output_args
-
classmethod
isAvailable
()¶ Return whether a MovieWriter subclass is actually available.
-