A list of forty wages tells you almost nothing. You cannot see a pattern in a column of numbers. You cannot feel where the data is dense, where it thins out, where it stops entirely. The techniques in this unit exist for one reason: to give data a shape you can actually read. Every choice you make — how many classes, how wide, which chart type — is a decision that changes what the data appears to say. That is not a flaw in the method. It is the method.
When organizing continuous data into a frequency distribution, the most impactful decision you make is the class width. Make the classes too wide, and you lose all the detail—everything clumps together into a featureless block. Make them too narrow, and you lose the shape entirely, getting a jagged mess of individual data points.
Notice how changing the number of intervals alters the "story" the distribution tells.
They look similar, but they represent fundamentally different types of data. A bar chart displays categorical data (like eye color or car brands), where the gaps between bars emphasize that the categories are separate. A histogram displays continuous, quantitative data, where the bars touch because the number line is unbroken.
Gaps matter. If the data is continuous, the bars must touch to represent the flow of the number line.
Preset Questions
Hover over the chart to read specific cumulative values.
The Ogive never drops down—it only accumulates until it reaches 100% of the population.
Pie charts are ubiquitous, but human eyes are notoriously bad at comparing angles and areas. A bar chart is almost always a superior choice because we are much better at comparing straight-line lengths.
Pie Chart
Bar Chart
See how difficult it is to rank similar-sized slices in a pie chart compared to the exact same data presented as bars.
Visualizations become truly powerful when you use them to compare distributions side-by-side. By plotting two different groups on the same scale, you can instantly see differences in central tendency, spread, and shape that summary statistics might hide.
Group A
n = 200Group B
n = 400Observation:Group B appears much larger across almost all grades. It's difficult to see which group performed better on average because Group B's sheer size dwarfs Group A.
Overlapping histograms or dot plots reveal exactly where the two populations diverge and intersect.
It's time to put your visual literacy to the test. Given a specific question and data type, select the most appropriate visualization method to tell the correct story without misleading your audience.
Step 1: A professor collected the final grades of 10 students. Fill in the Cumulative Frequency column to build the Ogive.
| Class | Freq | Cum. Freq |
|---|---|---|
| 0 - less than 3 | 2 | |
| 3 - less than 6 | 3 | |
| 6 - less than 9 | 2 | |
| 9 - less than 12 | 2 | |
| 12 - less than 15 | 1 |
Choose carefully: the wrong visualization can turn a clear insight into a confusing mess.