Altair: Declarative Visualization in Python¶
Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and the source is available on GitHub.
With Altair, you can spend more time understanding your data and its meaning. Altair’s API is simple, friendly and consistent and built on top of the powerful Vega-Lite visualization grammar. This elegant simplicity produces beautiful and effective visualizations with a minimal amount of code.
- Specifying Data in Altair
- Encodings
- Marks
- Data Transformations
- Selections: Building Blocks of Interactions
- Top-Level Chart Configuration
- Compound Charts: Layer, HConcat, VConcat, Repeat, Facet
- Saving Altair Charts
- Customizing Visualizations
- Frequently Asked Questions
- Display Troubleshooting
- Altair Renderers
- API Reference
Bug Reports & Questions¶
Altair is BSD-licensed and the source is available on GitHub. If any questions or issues come up as you use Altair, please get in touch via Git Issues or our Google Group.