This is a demo project to go with the blogpost Automate Scientific Plots with Python and Make.
First set up a Python environment with Numpy, Pandas and Matplotlib. I recommend Conda, in which case the following commands will create and activate an environment.
conda env create -f environment.yml
conda activate demo-plots-python-make
Now you can produce the paper and slides from source with
make
For the LaTeX rendering, you will need a working TeX installation with
pdflatex
in your PATH
. This is not included in the Conda environment.
https://www.kaggle.com/hmavrodiev/london-bike-sharing-dataset/data
Powered by TfL Open Data (see data/raw/LICENSE).