Visualization & Communication
Mission. Make analysis legible to humans who aren't the analyst.
Scope
- Chart choice and the grammar of graphics
- Matplotlib and seaborn craft
- Storytelling with data
- Explaining uncertainty without lying or confusing
- Dashboards and writing for decision-makers
Learning objectives
- Pick the right chart for the question, and defend the choice
- Show uncertainty without lying or confusing
- Turn an analysis into a one-page story a manager can act on
Lessons
This track is scaffolded and waiting for content. See the curriculum dashboard for the roadmap and progress across all tracks.
Planned lessons (16)
Wave 2 — breadth (provisional roadmap) — 16 lessons
foundations
- Choosing the Chart A decision path from question to mark type.
- The Grammar of Graphics Data, mappings, marks, scales: why charts are composable.
tools
- Matplotlib from First Principles Figures, axes, artists: the object model under every plot.
- Matplotlib Craft Ticks, limits, layout, and the details that make charts readable.
- Seaborn for Statistical Plots Distribution and relationship plots with sensible defaults.
chart-craft
- Visualizing Distributions Histograms, KDEs, violins — and what each implies about the data.
- Visualizing Comparisons Bars, dot plots, and the axes that lie.
- Visualizing Relationships Scatterplots, smoothing, and density when points pile up.
- Visualizing Time Lines, seasonality, and honest axes for temporal data.
design
- Color and Perception Sequential, diverging, categorical palettes — and accessibility.
- Annotation and Storytelling Putting the story on the chart instead of under it.
- Small Multiples Many small charts beat one overloaded chart.
- Explaining Uncertainty Visually Error bars, bands, and ensembles the audience can read.
practice
- Dashboards That Answer Questions Layout and hierarchy for monitoring and exploration.
- The One-Page Analysis Writing for decisions: the chart, the number, the so-what.
- Redesigning a Bad Chart A before-and-after teardown of a chart that failed.