matplotlib.animation.MovieWriterRegistry¶
-
class
matplotlib.animation.MovieWriterRegistry[source]¶ Registry of available writer classes by human readable name.
Methods
__init__(self)Initialize self. is_available(self, name)Check if given writer is available by name. list(self)Get a list of available MovieWriters. register(self, name)Decorator for registering a class under a name.