Skip to content

Commit 687c86e

Browse files
committed
Update changelog and animation TODO for animated GIF change.
1 parent 94dec18 commit 687c86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2012-10-05 Add support for saving animations as animated GIFs. - JVDP
2+
13
2012-08-11 Fix path-closing bug in patches.Polygon, so that regardless
24
of whether the path is the initial one or was subsequently
35
set by set_xy(), get_xy() will return a closed path if and

lib/matplotlib/animation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
from matplotlib import rcParams
2727

2828
# 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
3129
# * http://pymedia.org/
3230
# * libmng (produces swf) python wrappers: https://github.com/libming/libming
3331
# * Wrap x264 API:

0 commit comments

Comments
 (0)