Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG : instantiate fall-back writer #2772

Merged
merged 1 commit into from Apr 27, 2014

Conversation

tacaswell
Copy link
Member

fixes #2651

If the a string is passed into save as writer the code tries to
look up a writer with that name and create it. If a writer with that
name is not in the registry, it is replaced with the name of the first
writer that is in the registry, but not an instance of that type.

fixes matplotlib#2651

If the a string is passed into save as `writer` the code tries to
look up a writer with that name and create it.  If a writer with that
name is not in the registry, it is replaced with the name of the first
writer that _is_ in the registry, but not an instance of that type.
tacaswell added a commit that referenced this pull request Apr 27, 2014
@tacaswell tacaswell merged commit 7563497 into matplotlib:master Apr 27, 2014
@tacaswell tacaswell deleted the fix_ani_save_writer_creation branch April 27, 2014 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

in animation writer object not instanciated
2 participants