Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a334a6c + 2ed5944 commit 9fb42c9Copy full SHA for 9fb42c9
2 files changed
doc/api/next_api_changes/behavior/23371-AL.rst
@@ -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
@@ -779,7 +779,7 @@
779
## ImageMagick in the registry (as convert is also the name of a system tool).
780
#animation.convert_path: convert
781
## Additional arguments to pass to convert.
782
-#animation.convert_args:
+#animation.convert_args: -layers, OptimizePlus
783
#
784
#animation.embed_limit: 20.0 # Limit, in MB, of size of base64 encoded
785
# animation in HTML (i.e. IPython notebook)
0 commit comments