Altair 4.0 is here: Barplots, Scatter Plots with Regression Line and Boxplots

Altair 4.0 is here with a lot of new features. Altair is one of the newest data visualization libraries in Python using a grammar of interactive graphics. Altair is one of my favorites. Not a long ago, but still remember the first time I saw an Altair plot, a chart in “Altair-speak” and pretty impressed… Continue reading Altair 4.0 is here: Barplots, Scatter Plots with Regression Line and Boxplots

An Introduction to Altair: A Python Visualization Library

Altair: A Python Visualization Library

Altair is kind of the new kid in the data visualization block. Altair is declarative visualization library that uses grammar of interactive graphics, built on Vega and Vega-lite. Vega-Lite enables concise descriptions of visualizations as a set of encodings that map data fields to the properties of graphical marks. Altair API kind of works as… Continue reading An Introduction to Altair: A Python Visualization Library