Skip to content

Recreation of Charles Minard's Data Visualisation in Python using Altair

License

Notifications You must be signed in to change notification settings

blue-yonder/grammar-of-graphics-minard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recreation of Charles Minard's Data Visualisation from 1869 of Napoleons Russian Campaign

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.

About

Recreation of Charles Minard's Data Visualisation in Python using Altair

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages