Easy gif animation of matplotlib figures
Project description
gifcm 0.0.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
TODO
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gifcm-0.0.0.tar.gz.
File metadata
- Download URL: gifcm-0.0.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd4ebecbca5c66401fb721d9a775899a951ae762b894b4618c9a24342ce4c867
|
|
| MD5 |
090e646c0dabb07f6c5958010c4d6f25
|
|
| BLAKE2b-256 |
3998f6b9c21d4813d4cf3dde53155d2d6c762d3bd845e01ecffff8f435b2b325
|
File details
Details for the file gifcm-0.0.0-py3-none-any.whl.
File metadata
- Download URL: gifcm-0.0.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.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52d74bf8bde33abf9ffc680431a82b3a37e51c5ded869ebb8d3db0854fddfb35
|
|
| MD5 |
f603820a4c21555da1f40ba9dcf40cea
|
|
| BLAKE2b-256 |
54a4f4c4fedcb4f4e0ca8f641b653e0d3e1de755ee215107e9729a160760f9ba
|