Box and boxn plots
boxplot() is similar to what we saw with Matplotlib, and boxnplot() is an extension by Seaborn to provide more details on the relationship.
boxplot() provides details of the median value (line inside the box), the first (bottom of the box), and the third quartiles (top of the box), whiskers at 1.5 IQR (1.5 times the size (height for vertical plots, width for horizontal plots) of the box) on top as well as the bottom, and outliers beyond the whiskers. This is quite enough for most cases, where the dataset size is small, say a few hundred observations.
However, when the dataset size is very large, then it does not provide adequate insights on the tail ends. boxnplot() addresses this limitation of boxplot() by providing multiple ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access