Skip to content

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite.

Notifications You must be signed in to change notification settings

harshbhanderi/Altair-Visualization-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Altair-Visualization-Demo

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite.

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.

  • Altair can be installed, along with the example datastes in vega_datasets, using:

$ pip install altair vega_datasets

  • If you are using the conda package manager, the equivalent is:

$ conda install -c conda-forge altair vega_datasets

Python provides a lot of libraries, specifically for plotting and visualization and I usually have a tough time picking out which one to use for my problem statement.

I recently come across with Altair, a visualization library in Python and I was amazed by its capabilities. It is a very user-friendly library which actually performs a lot of things with the minimal amount of code.

Please note that Altair is still in development phase, so things might change over time. We can still do a lot of exciting work on it and the future potential really excites me.

Table of Contents

  1. Overview of Altair
  • What is Altair?
  • Installation
  1. Explore more in Altair

About

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published