Art of Data

4.3 Creating Visualizations

So far we’ve been using seaborn to visualize our datasets, but what if we want more customization?

Altair

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

More information and documentation can be found here. Altair uses the language of marks and channels, which we’ve been practicing for the past unit. It can also be used to generate interactive visualizations!

⊕ using pandas to manipulate dataframes
⊕ creating simple Altair visualizations
⊕ using selection and condition to make visualizations interactive