date | duration | maintainer | order | title |
---|---|---|---|---|
w01d03 |
30 |
RobertoReif |
2 |
Seaborn |
- (30m) Introduction to Seaborn (Solutions)
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
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.