Lab 19 — More plotting with matplotlib
In this lab you will gain more practice with plotting using matplotlib. We will
use datasets stored in files to create line plots and bar plots. Start by
downloading lab19.zip. Write all your code in the
lab19.ipynb
Jupyter notebook.
Setup
To get things setup for this lab, do the following in a terminal:
conda activate cs110
Reminder: The easiest way for you to do this is to use the PyCharm terminal.
Then you can run jupyter from a terminal:
jupyter notebook
See the Introduction to Jupyter if you need help with using Jupyter.
Plotting
Complete all the sections of the notebook you downloaded above.
Lessons
What we want you to get from this lab:
-
You are able to use a Jupyter notebook
-
You can create line plots and bar plots with matplotlib using datasets stored in CSV files
-
Hopefully you had fun!
Points
Turn in a zip file with your Python notebook and the datasets.
Task | Description | Points |
---|---|---|
COVID vaccinations for a list of countries | Your plot is correct | 2 |
Traffic deaths for a list of countries | Your plot is correct | 3 |
Mean dinosaur length by type | Your plot is correct | 2 |
Mean dinosaur length by period | Your plot is correct | 3 |