Phase 6 Overview - Statistical Visualization (Seaborn)
What you’ll learn in Phase 6
Section titled “What you’ll learn in Phase 6”Seaborn is a high-level plotting library built on Matplotlib, great for EDA and statistical charts.
In this phase you’ll learn:
- Distributions: hist, KDE
- Categorical comparisons: box, violin, count, bar
- Relationships: regression, joint plots
- Multi-variable exploration: pair plots
- Small multiples: facet grids
How the phase is organized
Section titled “How the phase is organized”Each group of lessons builds on the one before it — start with the foundations, then move from “one variable” plots toward “many variables at once” plots:
flowchart TD A["Foundations
(Intro to Seaborn, Seaborn vs Matplotlib)"] --> B["Distributions
(histplot / displot, KDE)"] B --> C["Categorical comparisons
(box, violin, count, bar)"] C --> D["Relationships
(regplot / lmplot, joint plots)"] D --> E["Multi-variable views
(pair plots, facet grids)"]
Recommended order
Section titled “Recommended order”Follow the sidebar order for a smooth learning path — it mirrors the roadmap above, moving from single-variable distributions to full multi-variable exploration.
Start with Introduction to Seaborn to install the library and make your first plot.
pch.coffeeTagline
pch.coffeeCtapch.feedbackHeading
pch.feedbackSubheading