matplotlib.animation.MovieWriterRegistry[source]¶Registry of available writer classes by human readable name.
Methods
__init__(self) |
Initialize self. |
ensure_not_dirty(self) |
If dirty, reasks the writers if they are available |
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. |
reset_available_writers(self) |
Reset the available state of all registered writers |
set_dirty(self) |
Sets a flag to re-setup the writers. |
is_available(self, name)[source]¶Check if given writer is available by name.
| Parameters: |
|
|---|---|
| Returns: |
|