Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
date duration maintainer order title
w01d03
30
RobertoReif
2
Seaborn

Sample Lesson Plan

Learning Objectives

At the end of this notebook the students should:

  • Understand how to create basic charts in Seaborn
    • violin plots
    • boxplots
    • pair plots
    • joint plots
  • Use FacetGrid to create plot multiples

Depends On

Intro to Matplotlib

Instructor Notes

The purpose of this lecture is to learn how to visualize data in Python using a library called Seaborn. Seaborn is a Python data visualization library based on Matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

Additional Resources