Making it possible to use writer.setup kwargs from animation.save#11863
Making it possible to use writer.setup kwargs from animation.save#11863fredrik-1 wants to merge 1 commit intomatplotlib:masterfrom
Conversation
dopplershift
left a comment
There was a problem hiding this comment.
👍 on the principle, just some doc wording changes.
lib/matplotlib/animation.py
Outdated
| save the individual frames. | ||
|
|
||
| **kwargs : | ||
| Additional kwargs sendt to the writer's setup method. |
There was a problem hiding this comment.
"sendt" -> "to pass" ?
"writer's setup" -> writer.setup()?
dc30bb4 to
97c47b4
Compare
|
Made the changes and also made it possible to not explicitly use |
|
Any progress on this? The inability to change Maybe I should submit a separate bug report about this particular issue..? |
|
I think this was closed by #16082, but feel free to request a re-open. |
|
I don't think this was actually closed by #16082. As noted in that PR, "the user can simply pass a non- Unfortunately, I can't reopen this PR, and it probably needs a rebase, so I'll just open a new one. |
This pr makes it possible to reach the additional kwargs in a writers setup method from
Animation.save.With this pr is it for example possible to write: