matplotlib.animation.MovieWriterRegistry

class matplotlib.animation.MovieWriterRegistry [source]

Bases: object

Registry of available writer classes by human readable name.

ensure_not_dirty() [source]

If dirty, reasks the writers if they are available

is_available(name) [source]

Check if given writer is available by name.

Parameters:
name : str
Returns:
available : bool
list() [source]

Get a list of available MovieWriters.

register(name) [source]

Decorator for registering a class under a name.

Example use:

@registry.register(name)
class Foo:
    pass
reset_available_writers() [source]

Reset the available state of all registered writers

set_dirty() [source]

Sets a flag to re-setup the writers.

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.0.0/api/_as_gen/matplotlib.animation.MovieWriterRegistry.html