ahlive - animate your data to life!#

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()
Install the package:

pip install ahlive

View the repository:

ahuang11/ahlive

Ask a question:

ahuang11/ahlive#discussions

Report a bug or request a feature:

ahuang11/ahlive#issues

Help me develop:

https://ahlive.readthedocs.io/en/latest/contributing.html