How raw numbers become a histogram
Imagine 24 quiz scores spread from 51 to 96. A list preserves every score, but it hides the shape. A histogram replaces that list with equal-width intervals and counts how many scores land in each one. Five students in the 70-to-under-80 interval become one bar with a height of five. The bars touch because the intervals form one continuous number line rather than separate categories.
The boundary rule is the part that prevents double counting. This tool uses lower-inclusive, upper-exclusive intervals: 70 ≤ x < 80 includes 70 but not 80. A score of exactly 80 enters the interval beginning at 80. Only the final interval includes its upper end, which guarantees that the maximum is not lost. The green integrity message checks the result after every edit and confirms that the sum of all bin frequencies equals the number of valid values.
Labels remain attached to rows in the editor so you can find and correct a student or measurement. They do not become categories on the chart. That distinction matters: a histogram shows the distribution of numeric values, while a bar graph compares named groups.
