Easy gif animation of matplotlib figures
Project description
gifcm 0.1.0
Gifcm provides a context manager for easy creation of gif animations from matplotlib figures. It does not offer capabilities beyond existing tools such as gif or celluloid, but rather a different API making use of context managers.
Installation
pip install gifcm
Usage
Example usage is as follows:
animated_figure = AnimatedFigure(figure=plt.figure())
for i in range(10):
with animated_figure.frame():
plt.plot(i, i, "o")
animated_figure.save_gif("my_animation.gif")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gifcm-0.1.0.tar.gz
(4.6 kB
view details)
Built Distribution
gifcm-0.1.0-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file gifcm-0.1.0.tar.gz
.
File metadata
- Download URL: gifcm-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d11daf73c011c355663044f790458cd165f4d95845dbf98897252d7dad168d6 |
|
MD5 | a02d6a861068f3126d4ad2843b3cf1fd |
|
BLAKE2b-256 | 595329a1bfea0bdbc86c56f8f98da5c4cab2f1e633e921d74bbae66a253ecac0 |
File details
Details for the file gifcm-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: gifcm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7083698869f3116566bb146cb7ae067b7bd67a99299f88facc3cc0c761511ecc |
|
MD5 | e72253467dc9cfe5bc7332e6c4d8be3d |
|
BLAKE2b-256 | e62b926bc6a82402025b15bff372e47e131e214e97e7625589f4d01f6424b463 |