Here are the necessary documents and folders for my brief tutorial on how to organize multiple subplots with different positions and sizes on matplotlib.
To use, simply, clone or download and follow these steps:
- Recommneded: create and activate new virtual environment for the project
virtualenv <environment name>
<environment name>\scripts\activate
- Install requirements (jupyter and matplotlib)
pip install -r requirements.txt
- Open notebook on jupyter (notebook or lab)