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

Appearance settings

Commit 9fb42c9

Browse filesBrowse files
authored
Merge pull request #23371 from anntzer/op
Default animation.convert_args to ["-layers", "OptimizePlus"].
2 parents a334a6c + 2ed5944 commit 9fb42c9
Copy full SHA for 9fb42c9

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The default ``rcParams["animation.convert_args"]`` changed
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
It now defaults to ``["-layers", "OptimizePlus"]`` to try to generate smaller
4+
GIFs. Set it back to an empty list to recover the previous behavior.

‎lib/matplotlib/mpl-data/matplotlibrc

Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
## ImageMagick in the registry (as convert is also the name of a system tool).
780780
#animation.convert_path: convert
781781
## Additional arguments to pass to convert.
782-
#animation.convert_args:
782+
#animation.convert_args: -layers, OptimizePlus
783783
#
784784
#animation.embed_limit: 20.0 # Limit, in MB, of size of base64 encoded
785785
# animation in HTML (i.e. IPython notebook)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.