Every other tool, one page

How to Make a Histogram in Any Tool

Short, accurate steps for the tools people ask about most — SPSS, MATLAB, Desmos, JMP, StatCrunch, FlowJo, Word and graphing calculators. Jump to the one you need, or skip them all and use the online maker.

Histogram in SPSS

SPSS offers several routes; the Chart Builder is the most modern.

  1. Open Chart Builder

    Go to Graphs → Chart Builder and choose the Histogram gallery.

  2. Assign your variable

    Drag your scale variable to the X-axis drop zone, then click OK.

  3. Or use Frequencies

    Alternatively, Analyze → Descriptive Statistics → Frequencies → Charts → Histograms, optionally ticking the normal curve.

Histogram in MATLAB

Modern MATLAB uses the histogram function, which replaces the older hist.

  1. Call histogram()

    Run histogram(data) to bin and draw your vector automatically.

  2. Set the bins

    Use histogram(data, 20) for 20 bins, or 'BinWidth', 5 for a fixed width.

  3. Make it relative

    Add 'Normalization', 'probability' for relative frequency, or 'pdf' for a density.

Histogram in Desmos

Desmos can plot a histogram from a list with its built-in statistics function.

  1. Enter your data as a list

    Type a list such as L=[12,15,18,21,...] on a new line, or add a table.

  2. Call histogram()

    On a new line type histogram(L) to draw the bars.

  3. Set the bin width

    Use histogram(L, 5) to make each bin 5 units wide.

Histogram in JMP

JMP shows a histogram by default in the Distribution platform.

  1. Open Distribution

    Go to Analyze → Distribution.

  2. Pick your column

    Assign your continuous column to Y, Columns and click OK; the histogram appears.

  3. Adjust the bins

    Use the red-triangle menu or the hand tool to change bin width and orientation.

Histogram in StatCrunch

StatCrunch builds a histogram from any data column in a couple of clicks.

  1. Open the graph menu

    Choose Graph → Histogram.

  2. Select the column

    Pick the column you want to chart and set the bin width if needed.

  3. Compute

    Click Compute! to draw the histogram, then use Options to download it.

Histogram overlay in FlowJo

FlowJo is used for flow cytometry, where overlaying populations is the common goal.

  1. Create a histogram plot

    Double-click a sample, then set the plot type to Histogram and choose your parameter on the X-axis.

  2. Open the Layout Editor

    Switch to the Layout Editor to combine multiple populations on one plot.

  3. Overlay populations

    Drag additional populations onto the histogram; FlowJo stacks them in different colors so you can compare distributions.

Histogram in Word

Modern Word can insert a histogram directly; older versions borrow one from Excel.

  1. Insert a chart

    Go to Insert → Chart, open the Histogram category and click OK.

  2. Edit the data

    Type or paste your numbers into the small data sheet Word opens.

  3. Older Word

    If there is no Histogram type, build it in Excel and paste it in, or insert a column chart and set Gap Width to 0%.

Histogram on a graphing calculator

Most graphing calculators plot histograms from a list of data.

  1. TI-84 / TI-83

    Follow our full TI-84 histogram guide: STAT to enter data, STAT PLOT for the histogram, ZoomStat to display.

  2. Casio (fx-9750/9860)

    Open Menu → Statistics, enter your list, press GRAPH, set the graph type to Hist and choose the start value and bin width.

  3. Read the bars

    Use Trace on either calculator to read each bar’s range and count.

FAQ

Other histogram tools — questions

Which tool is easiest for a histogram?

For a quick chart with no setup, an online maker is fastest. Among installed software, Google Sheets and JMP need the fewest clicks, while SPSS, MATLAB and R give the most control.

How do I overlay histograms in FlowJo?

Create a histogram plot for one population, then in the Layout Editor drag additional populations onto the same plot. FlowJo stacks them with separate colors so you can compare distributions directly.

Does Word have a histogram chart?

Modern Word and PowerPoint do: use Insert → Chart → Histogram. In older versions, build the chart in Excel and paste it in, or insert a column chart and set the gap width to 0.

Keep going

Related guides