Skip to content

Phase 6 Overview - Statistical Visualization (Seaborn)

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

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:

diagram Seaborn phase roadmap mermaid
Lessons progress from foundations to distributions, categorical comparisons, relationships, and finally multi-variable/faceted views.

Follow the sidebar order for a smooth learning path — it mirrors the roadmap above, moving from single-variable distributions to full multi-variable exploration.

Next

Start with Introduction to Seaborn to install the library and make your first plot.

If this helped you, consider buying me a coffee ☕

Buy me a coffee

Was this page helpful?

Let us know how we did