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.
1 parent 94dec18 commit 687c86eCopy full SHA for 687c86e
CHANGELOG
@@ -1,3 +1,5 @@
1
+2012-10-05 Add support for saving animations as animated GIFs. - JVDP
2
+
3
2012-08-11 Fix path-closing bug in patches.Polygon, so that regardless
4
of whether the path is the initial one or was subsequently
5
set by set_xy(), get_xy() will return a closed path if and
lib/matplotlib/animation.py
@@ -26,8 +26,6 @@
26
from matplotlib import rcParams
27
28
# Other potential writing methods:
29
-# * ImageMagick convert: convert -set delay 3 -colorspace GRAY -colors 16
30
-# -dispose 1 -loop 0 -scale 50% *.png Output.gif
31
# * http://pymedia.org/
32
# * libmng (produces swf) python wrappers: https://github.com/libming/libming
33
# * Wrap x264 API:
0 commit comments