If you have cloned and pulled the module's GitHub repository then you should see,
materials/labs/
├── 050_using_matplotlib.ipynb
|-- ... etc
├── data
│ ├── renewable_energy.csv
│ ├── iris.csv
│ ├── wind_farms_uk.csv
│ ├── ... etc
The lab is 050_using_matplotlib.ipynb, and it will need the data files data/renewable_energy.csv, data/iris.csv and data/wind_farms_uk.csv,
Or you can download the notebook and data via links on Blackboard.
If you are stuck just raise a hand to ask for help.
Feel free to discuss the lab with your neighbours.
Re-read the Matplotlib tutorial notes
tutorials/050_Introducing_Matplotlib.ipynbUse the Matplotlib https://matplotlib.org/ documentation for reference.