Module 5: Lesson 3


Introduction to Plotting in Python

The third lesson introduces how to actually construct a visualization in Python, by using the Matplotlib module. Also, the Seaborn module is introduced as a way to easily improve the appearance of a Python plot.

Objectives

By the end of this lesson, you will be be able to

  • create a simple plot in Python,
  • annotate a simple plot in Python by using the Matplotlib module, and
  • use the Seaborn module to plots more visually effective.

Time Estimate

Approximately 1 hour.

Activities

Video: Watch the introduction to plotting video, which will demonstrate the basic concepts in making a visualization in Python.

Notebook: Read and complete the student exercises in the Introduction to Plotting notebook.


© 2017: Robert J. Brunner at the University of Illinois.

This notebook is released under the Creative Commons license CC BY-NC-SA 4.0. Any reproduction, adaptation, distribution, dissemination or making available of this notebook for commercial use is not allowed unless authorized in writing by the copyright holder.