An independent study reference written by Dr Phuc V. Nguyen. It is not official subject material — for assessment requirements always follow your subject outline and vUWS.
The purpose of visualisation
A chart is a measuring instrument for the eye. Visualisation does three distinct jobs. Exploration, where you look for structure nobody has described yet. Confirmation, where you check whether an assumption survives contact with the data. Explanation, where you move a specific decision along. Summary statistics compress a dataset to a handful of numbers, and compression discards shape. A mean, a standard deviation and a correlation can be identical across datasets that look nothing alike. Plotting the points is how you find out which dataset you actually have, before you commit to a model or a recommendation.
Why it matters
Think of a summary statistic as a description of a person read out over the phone. Height, weight, age. Accurate, and still useless for picking them out of a crowd. The chart is the photograph. You do not replace the numbers with it, you look at both. Most of the time the photograph is what tells you something has gone wrong, because the eye notices a gap, a cluster or an outlier long before an average does.
An analyst has fitted a regression and reports a strong, statistically significant slope. What is the best reason to still plot the raw points before circulating the result?
Formulas
Worked examples
A pricing analyst reports that price and units sold have a correlation of about minus zero point eight across two hundred products, and recommends a broad price cut.
Plotting the two hundred points shows two clusters rather than one relationship. Everyday consumables sit at low prices and high volumes, and a smaller premium range sits at high prices and low volumes. Within each cluster the slope is close to flat. The strong negative correlation comes from the gap between the two groups, not from customers responding to price. A cut priced off the pooled line would give away margin on the premium range without lifting its volume. The chart changed the recommendation, the correlation alone would not have.
A subscription team reports a mean time to cancellation of about seven months, and plans a retention offer at month six.
A histogram of cancellation timing shows two spikes, one in the first twenty-one days and another around month fourteen when the introductory discount ends. Almost nobody cancels near month seven. The mean sits in the empty valley between the two peaks, which is what an average does to a distribution with two modes. The offer as designed would reach few of the people who actually leave. Splitting it into an early onboarding intervention and a renewal-pricing intervention puts effort where the cancellations are.
Common mistakes
- ✗Visualisation is the last step, something you do once the analysis is finished. Most of the charts an analyst makes are never shown to anyone. They are working charts made during exploration and cleaning, and they are where problems in the data usually surface first.
- ✗If the summary statistics are correct, a chart can only add polish. Summary statistics are lossy by construction. Datasets with identical means, standard deviations and correlations can have completely different shapes, so the chart carries information the numbers cannot.
- ✗A more attractive chart is a more useful chart. Decoration and accuracy are separate qualities. The test of a chart is whether the reader draws the conclusion the data supports, and heavier styling usually makes that harder.
- ✗Any chart beats a table. When the reader needs an exact value, or when there are only three or four numbers, a small labelled table is clearer than a graphic.
Revision bullets
- •Three jobs: exploration, confirmation, explanation
- •Summary statistics compress, and compression loses shape
- •Anscombe: same mean, variance, correlation and fitted line, four different pictures
- •The Datasaurus Dozen extends the same point to thirteen datasets
- •Most working charts are made for the analyst, not for an audience
- •A small labelled table beats a chart when exact values matter
Quick check
An analyst has fitted a regression and reports a strong, statistically significant slope. What is the best reason to still plot the raw points before circulating the result?
A team must report four quarterly revenue figures to a board and wants each figure read exactly. What is the most defensible presentation?
Connected topics
More in Visual Communication
Sources
- Anscombe, F. J. "Graphs in Statistical Analysis." The American Statistician, 27(1), 17-21, 1973.The four-dataset demonstration that identical summary statistics can hide completely different structure.
- Matejka & Fitzmaurice (2017)Matejka, J., & Fitzmaurice, G. "Same Stats, Different Graphs: Generating Datasets with Varied Appearance and Identical Statistics through Simulated Annealing." Proceedings of CHI 2017, 1290-1294.The Datasaurus Dozen, a modern generalisation of the Anscombe point to thirteen datasets.
- Munzner (2014)Munzner, T. Visualization Analysis and Design. CRC Press, 2014.Frames visualisation design around what is being shown, why, and how it is encoded.