Boxplots
Learn how to create and interpret boxplots using a variety of different datasets
StartKey Concepts
Review core concepts you need to learn to master this subject
Box Plot Values
Usage of Side-by-side Box plots
Side-by-side Boxplots
Box Plot Outliers
Box Plot Whiskers
Boxplot in Matplotlib
Box Plot Values
Box Plot Values
The box in the box plot displays the dataset’s median, first and third quartile, and the interquartile range. The line in the center of the box shows the median, the edges shows the first and third quartiles, and the interquartile range is visualized by the width of the box.
Boxplots
Lesson 1 of 1
- 3Now that we’ve drawn the median, let’s draw the edges of the box. The box extends to the first and third quartile of the dataset. This visually splits the data into fourths. One-quarter of the d…
- 6We’ve spent this lesson building a boxplot by hand. Let’s now look at how Python’s Matplotlib library does it! The matplotlib.pyplot module has a function named boxplot(). boxplot() takes a datase…
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory