Module 10 Summary
What this module established
Seaborn makes several decisions per call, including statistical ones. Use it for exploration and take control back for the deliverable - it returns Matplotlib objects, so every Module 9 technique still applies.
Carry forward
- Reshape to long form once, near the data load. Long form is why one call handles any number of series.
- Facet instead of overplotting, and confirm the axes are shared. Independent scales make different-sized series look the same.
- State the statistic in the axis label. A bar defaults to a mean and a whisker to a confidence interval, and neither appears on the chart.
Before moving on
Move on when your data is reshaped once, your facets share axes, and every statistical chart states its statistic.
