Data Visualization (How to Plot)
Lecture Slides
A PDF file of the lecture slides handout.
Get Practice
A collection of exercises and reference materials to help you make plots
using Python (line plots, bar charts, and pie charts). You'll need to download the plotting
folder in the cs111 download folder to get the data files for plotting.
Table of Contents
- How to Plot Home
- Part 1: Intro to plotting
- Part 2: Baby name bar plots
- Part 3: Candy Power Rankings
- Part 4: Baby name pie charts
- Reference: matplotlib colors
- Reference: Simple bar chart examples
- Reference: How to make a pie chart
- Reference: Plotting examples