How To Make A Histogram?

Collect the data

Sort the data from smallest to largest

Determine the range

Choose the number of bins

Calculate the bin width

Create the bin intervals

Count how many data values fall into each bin

Draw the x-axis with the bin intervals

Draw the y-axis with the frequencies

Plot the bars so each bar matches a bin and its frequency

Leave no gaps between bars

Add labels to both axes

Add a title if needed

Suggested for You

Trending Today