2/3d heatmaps showing the frequency of NFL scores.
- Create conda environment from
environment.yml
- For the 2d image representation:
python mpl/graph_2d.py
- The resulting figures generated in
./figures
- For the interactive 3d model:
python mpl/graph_3d.py
- Refactor the Matplotlib scripts into PyQt apps.
Inspired by SB Nations's video on the subject.