Histogram Generator – Visualize the Shape of Your Data
The Histogram Generatorturns a list of raw numbers into a distribution chart in seconds. Paste your values, upload a file, or edit the sample data, and the tool automatically groups every number into bins and draws the bars — no spreadsheet formulas or charting software required. Everything runs locally in your browser, so it's just as safe for a classroom dataset as it is for confidential business figures.
Flexible Data Entry
Type or paste numbers into the data box using any mix of spaces, commas, semicolons, or line breaks — the parser pulls out every valid number and quietly ignores headers, units, or stray text. Prefer to work from a file? Drop a CSV, TSV, or plain text file onto the upload zone and the same extraction runs automatically. A sample dataset of exam scores is preloaded so you can see how the chart behaves before bringing in your own numbers.
Automatic or Manual Binning
By default the generator applies Sturges' rule to pick a sensible number of bins from your sample size, then rounds the bin width to a clean step like 1, 2, 5, or 10 so the axis labels stay readable. If you want more control, untick Automatic bins and drag the slider to anywhere from 3 to 30 bins. Fewer bins smooth out noise and highlight the overall shape; more bins reveal finer detail such as gaps, clusters, or a second peak.
Count or Percent, Plus Summary Statistics
Switch the frequency mode between raw Count and Percent of total values — useful when comparing datasets of different sizes, since the shape stays identical but the y-axis rescales. Below the data box, the tool reports count, minimum, maximum, mean, median, and standard deviation. Comparing the mean and median is a fast skew check: when the mean sits well above the median, the distribution is typically pulled right by a few large values.
Reading the Shape
A histogram's value comes from its silhouette. A single rounded hump centered near the mean suggests a roughly normal distribution. A long tail on one side signals skew — income and wait-time data often skew right, for example. Two separate humps (a bimodal shape) usually mean the data actually comes from two different groups mixed together, which is worth investigating before treating the dataset as one population.
Export Exactly What You See
The export bar captures the chart exactly as framed — title, axes, and bars. Choose PNG for a crisp 2×-resolution image ready for a report or slide, SVG for a vector file that scales cleanly at any size, Copy image to paste the chart directly into an email or chat, or CSV to hand off the bin ranges and frequencies for further analysis elsewhere.