matplotlib.animation.ImageMagickBase¶Mixin class for ImageMagick output.
To be useful this must be multiply-inherited from with a
MovieWriterBase sub-class.
__init__()¶x.__init__(…) initializes x; see help(type(x)) for signature
Methods
isAvailable() |
Check to see if a ImageMagickWriter is actually available. |
args_key = u'animation.convert_args'¶delay¶exec_key = u'animation.convert_path'¶isAvailable()¶Check to see if a ImageMagickWriter is actually available.
Done by first checking the windows registry (if applicable) and then running the commandline tool.
output_args¶