Top "Altair" questions

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

multiple column/row facet wrap in altair

In ggplot2, it's easy to create a faceted plot with facets that span both rows and columns. Is there a "…

python plot facet facet-wrap altair
How to create a grouped bar chart in Altair?

How does one create a grouped bar chart in Altair? I'm trying the following but it is just producing two …

python data-visualization altair