You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

This Page

matplotlib.animation.ImageMagickBase

class matplotlib.animation.ImageMagickBase

Mixin class for ImageMagick output.

To be useful this must be multiply-inherited from with a MovieWriterBase sub-class.

__init__($self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

isAvailable() Check to see if a ImageMagickWriter is actually available.

Attributes

args_key
delay
exec_key
output_args
args_key = 'animation.convert_args'
delay
exec_key = 'animation.convert_path'
classmethod 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