Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ahlive

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahlive

animate your data to life

  • 1.0.4.post1
  • PyPI
  • Socket score

Maintainers
1

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!

CO2 Concentrations 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!

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc