visualization-curriculum
visualization-curriculum copied to clipboard
A data visualization curriculum of interactive notebooks.
like in https://vega.github.io/vega-lite/examples/layer_dual_axis.html  The current example in the notebook doesn't make it clear which variable is which mark  (It's ok for people who follow the tutorial as they...
Hi, first of many thanks for this excellent tutorial. I was trying to update the example at https://uwdata.github.io/visualization-curriculum/altair_interaction.html#details-on-demand to Altair v5.x but did't quite get it working properly. When running...
Section 1.5 Marks and Encodings says "The two styles of specifying encodings can be interleaved: x='precip', alt.Y('city') is also a valid input to the encode function." Positional arguments and keyword...