CHART CHOICES & CHECKABLE METHODS

Dot plot vs histogram: exact values or intervals?

A stacked dot plot keeps each observation visible at its exact numeric value. A histogram groups observations into intervals. Dot plots suit small datasets where repeats matter; histograms provide a compact view of larger distributions.

All chart guides →

The comparison at a glance

NeedPrefer
Count repeated exact valuesStacked dot plot
Inspect a small sampleStacked dot plot
Summarize interval frequenciesHistogram
Recover exact values from binsNeither: obtain the original data

What one mark represents

In a stacked dot plot, each dot represents one observation and repeated values stack. In a histogram, one bar can represent several distinct values and repeated observations together. A bar with count six does not mean the same exact number occurred six times. That distinction matters in classroom exercises about the mode.

Read a waiting-time example

Our waiting-time data include two waits at one minute, three at two minutes, two at three minutes and two at four minutes. A five-minute histogram combines these nine observations into its first interval. The histogram makes the short-wait cluster obvious; a dot plot preserves the exact repeat pattern within that cluster.

Choose detail deliberately

For a small integer list, dots may answer both frequency and distribution questions with little explanation. As the number of distinct decimal values grows, individual marks can become crowded. Binning trades exact-value detail for a more compact shape. That is a useful transformation when the grouping is declared and the original data remains available.

Do not invent precision

A histogram does not recover exact observations from grouped counts. Likewise, placing dots at interval midpoints would create representative values that were never measured. If only a frequency table is available, present it as grouped data. In ChartsAI, the dot maker and histogram maker both expect actual observations; use the CSV accompanying each example to preserve their meaning.

A related chart you can inspect

Right-skewed waiting-time histogram
Right-skewed waiting-time histogram. Original fictional data; this linked example has its own complete input and calculation settings.

Open the worked example ↗

References and reproducibility

The worked arithmetic and teaching examples on this page are original. Background reading: NIST histogram background. Source code and reuse terms expose the implemented calculations.

Written by SupaMakers for ChartsAI · September 8, 2026.

Continue with a related question