Skip to content

Latest commit

 

History

History

matplotlib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
date duration maintainer order title
w01d02
90
RobertoReif
3
Matplotlib

Sample Lesson Plan

Learning Objectives

At the end of this notebook the students should:

  • Understand how to create basic charts such as line charts, scatter plots, pie charts, histograms, etc.
  • Customize the charts by manipulating the size, color, fonts, etc.
  • Create multiple charts within one graph.
  • Save the charts as an image.

Depends On

Python Review

  • Data Types

Intro to Pandas

  • Series and Dataframes

Instructor Notes

The goal of this notebook is to walk students through the basics of creating charts with a library called Matplotlib. It also explain how to customize the charts by modifying the fonts, colors, addings titles and lables, etc. There are student exercises that should take less than 5 minutes each. These exercises can be completed during lecture or left as homework for the students.

Additional Resources