crstn / CISC

Population projection code.
0 stars 0 forks source link

Add scrip that automatically generates an animated GIF from one run #6

Closed crstn closed 8 years ago

crstn commented 9 years ago

Should be easy with PIL, see http://stackoverflow.com/questions/24688802/saving-an-animated-gif-in-pillow.

crstn commented 8 years ago

Here's another approach: https://sukhbinder.wordpress.com/2014/03/19/gif-animation-in-python-in-3-steps/

crstn commented 8 years ago

Addressed in 89ecf11