Posts tagged with "python"
16 Oct '19
Making Altair/Vega-Lite charts readable without squinting
My love for the Grammar of
Graphics
runs deep, and in particular for Hadley Wickham’s famous ggplot2
which showed
me the light back when I was a young PhD student. Seriously, once you have your
head around how it works it gives you datavis superpowers. These days I often
work in Python, and for datavis I’m enjoying
Altair which is based around the same
philosophy (and outputs to Vega-Lite for
rendering in the browser).