Histogram maker
Paste your numbers and they are sorted into bins. Change how many bins there are and the shape of the data changes with it.
One column of numbers, or numbers separated by commas or spaces.
Drawing…
| Bin | Frequency | Relative |
|---|---|---|
| 62 – 66.7143 | 2 | 5.7% |
| 66.7143 – 71.4286 | 5 | 14.3% |
| 71.4286 – 76.1429 | 11 | 31.4% |
| 76.1429 – 80.8571 | 7 | 20% |
| 80.8571 – 85.5714 | 5 | 14.3% |
| 85.5714 – 90.2857 | 3 | 8.6% |
| 90.2857 – 95 | 2 | 5.7% |
How to use it
- Step 1Paste one column of numbers — test scores, heights, times, anything measured.
- Step 2Leave the bins on “Automatic” to start, then try a few different bin counts and watch the shape settle or change.
- Step 3Name the axes, then download the histogram as a PNG or an SVG, or share it as a link.
How the bins work
A histogram sorts your numbers into ranges of equal width and draws how many landed in each. A bin covers everything from its left edge up to but not including its right edge, so a value of exactly 70 goes into the 70–80 bin rather than the 60–70 one; the last bin takes the maximum as well, so nothing is dropped. The table under the chart lists every bin with its count, which is what a frequency table is.
Left to itself the page uses Sturges' rule, the same starting point Excel uses: the number of bins grows with the logarithm of how many values you have. It is a starting point, not an answer.
Why the bin count changes the story
The same numbers can look like one hill at six bins and like two at twenty. That is not a trick of the tool — it is the honest consequence of a choice that a histogram always makes, and why any serious write-up says how many bins were used. Too few and real structure is smoothed away; too many and every gap between values becomes a dip.
The useful habit is to try three or four bin counts and keep the one where the shape stays the same when you nudge it. If a second hump survives at seven, ten and fifteen bins, it is in the data. If it appears only at twenty-five, it is in the bins.
Histogram or bar graph?
A histogram is for one column of measured numbers, and its bars touch because the axis underneath them is continuous. A bar graph is for named categories — apples, pears, cherries — and its bars stand apart because there is nothing between the categories. If your labels are words rather than numbers, the bar graph maker is the page you want.
Questions and answers
How do I make a histogram online?
Paste your numbers into the box on this page and the histogram is drawn. Choose a bin count or let the page pick one, then download the chart as a PNG or an SVG.
How many bins should I use?
Start with the automatic count, then try a few either side and keep the one whose shape does not flicker as you change it. Between five and fifteen suits most class-sized data sets.
What is the difference between a histogram and a bar chart?
A histogram groups measured numbers into ranges, so its bars touch; a bar chart compares separate named categories, so its bars stand apart. The axis underneath is the giveaway: a number line versus a list of names.
Can I see the frequency table as well?
It is under the chart: every bin, how many values fell into it and what share of the data that is.