Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pass AbstractMovieWriter.setup kwargs through Animation.save#28822

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
QuLogic wants to merge1 commit intomatplotlib:main
base:main
Choose a base branch
Loading
fromQuLogic:anim-save-kwargs

Conversation

QuLogic
Copy link
Member

PR summary

This is a rebase of#11863 with the addition of a test. That PR was closed because#16082 defaulted animations to save intermediate files to a temporary directory. However, that didn't actually fix the ability to pass arguments tosetup, which means the idea from#16082 to "just passframe_prefix if you want to save the temporary files" was never possible.

PR checklist

Copy link
Member

@timhoffmtimhoffm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The idea is fundamentally reasonable. However, I think we should do a bit:

  • inAbstractMovieWriter.setup docstring clarify that subclasses may specify additional parameters.
  • optional: should we require/recommend that these additional parameters are kwonly? Should dpi even be kwonly? If either we should migrate our ownsetup() APIs via@make_keyword_only. - To be checked are there third-party movie writers and would we need to take extra cater for compatibility.
  • I'm very much considering putting all the additional setup paramters in a singlesetup_kwargs parameter - or if we want to be very explicitwriter_setup_kwargs. This better rhymes with the existingsavefig_kwargs and generally, with the patternfoo_kwargs (or sometimes spelledfoo_kw) that we use to pass on a set of kwargs for a specific purpose.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timhoffmtimhoffmtimhoffm left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@QuLogic@timhoffm@fredrik-1

[8]ページ先頭

©2009-2025 Movatter.jp