Lab 2: PlottingΒΆ

Open Lab Notebook in Google Colab

Learning Objectives

After completing this lab, you should be able to do the following.

  1. Use Matplotlib to make line and scatter plots.

  2. Use keyword arguments and basic commands for plot customization.

  3. Plot histograms to visualize distributions of univariate data.

  4. 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.