Lab 2: PlottingΒΆ
Open Lab Notebook in Google Colab
Learning Objectives
After completing this lab, you should be able to do the following.
Use Matplotlib to make line and scatter plots.
Use keyword arguments and basic commands for plot customization.
Plot histograms to visualize distributions of univariate data.
Leverage basic visualizations to explore and analyze data.
For this lab only, turn in a PDF file generated by printing from Google Colab (File > Print) after executing the entire notebook.
Recommended Reading
The Matplotlib Tutorial lists additional plot customization options that are not covered in this lab.