January 2018
Beginner to intermediate
548 pages
12h 11m
English
Vega is a declarative format for designing static and interactive visualizations. It provides a JSON-based visualization grammar that focuses on the what instead of the how. Vega-Lite is a higher-level specification that is easier to use than Vega, and that compiles directly to Vega.
Altair is a Python library that provides a simple API to define and display Vega-Lite visualizations. It works in the Jupyter Notebook, JupyterLab, and nteract.
Altair is under active development and some details of the API might change in future versions.
Install Altair with conda install -c conda-forge altair.
>>> import altair as alt
Read now
Unlock full access