8000 Add explanation of animation.embed_limit to matplotlibrc.template by timhoffm · Pull Request #14335 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add explanation of animation.embed_limit to matplotlibrc.template #14335

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

Merged
merged 1 commit into from
Jun 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,5 @@
## On Windows use the full path since convert
## is also the name of a system tool.
#animation.convert_args: ## Additional arguments to pass to convert
#animation.embed_limit : 20.0
#animation.embed_limit : 20.0 ## Limit, in MB, of size of base64 encoded
Copy link
Member

Choose a reason for hiding this comment

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

The limit is in MiB, not MB, and everything really should be fixed to say that.

Copy link
Member Author

Choose a reason for hiding this comment

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

While technically, you are right, I tend not to change that. MB is still more well known and understandable to non computer science affine users than MiB.

Copy link
Member

Choose a reason for hiding this comment

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

This is a tough one. I have sympathy for the idea of helping maintain an international standard. On the other hand, I had to look up if MiB was different than MB.

## animation in HTML (i.e. IPython notebook)
0