Code used in the PyCon.DE 2018 Talk - Grammar of Graphics in Python. To create the charts simply run
pip install -r requirements.txt
python plot/plot.py
Each stage shown in the slides is saved as a chart in an HTML file.
The data was extracted from the R package HistData
. Hence, the transformed data is licensed under the GPL License, while the plotting code is available under the MIT license.