animate your data to life
Project description
ahlive - animate your data to life!
Install the package: pip install ahlive
Full Documentation: http://ahlive.readthedocs.io/
ahlive is an open-source Python package that makes animating data simple, clean, and enjoyable.
It can be as easy as:
import ahlive as ah
df = ah.open_dataset(
"owid_co2_concentrations_over_the_long_term_scripps",
names=["entity", "year", "co2"]
)
ah.DataFrame(df, xs="year", ys="co2").render()
Here are some features that make ahlive stand out!
- inline labels that follow the data
- dynamic axes limits that expand as necessary
- remarks that pause the animation when a threshold is met
- moving average reference line
- straightforward usage; just set keywords!
The code to generate this example can be found here.
Need support? Join the community and ask a question at the discussions page. Don't be shy--it would make my day to see others use my package, seriously! (And I personally would love to )
And if you like the project, don't forget to star the project!
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
File details
Details for the file ahlive-1.0.4.post1.tar.gz
.
File metadata
- Download URL: ahlive-1.0.4.post1.tar.gz
- Upload date:
- Size: 17.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b553dd479601045696685ba6e6e331ec91ada36226b439265218d05ff9845761 |
|
MD5 | f6cc64b267da6e4d47d99d2260425afa |
|
BLAKE2b-256 | a00d1d5257e43d0792c8da9fa901db58cbbff82465eab35a127ed8380cb8025e |
File details
Details for the file ahlive-1.0.4.post1-py2.py3-none-any.whl
.
File metadata
- Download URL: ahlive-1.0.4.post1-py2.py3-none-any.whl
- Upload date:
- Size: 67.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad805db97df80f3cf5c5dd6f1382098d0f126751ffa0a3ed8382cd1b3b552f36 |
|
MD5 | 8c66e18293dde8185e5ec4b0e4a780c2 |
|
BLAKE2b-256 | 326924071f0cb8ba64e29323819249170c9114c54e09bc3f3963792d40356efb |