Mathematics I / Data Visualisation
Practice question · Put in order

Order the steps for constructing a histogram from raw numerical data.

Hints
  1. Bins cannot be defined before you know what range they must cover.
  2. Heights are frequencies, so counting must precede drawing.
Show the answer
  1. Find the smallest and largest values to fix the range covered
  2. Choose a number of bins and give them equal width
  3. Assign each data value to the bin whose interval contains it
  4. Count how many values fell into each bin
  5. Draw a bar of that height over each bin, with the bars touching
Why

Bin width is the one free choice, and it matters: too wide hides the shape, too narrow turns the histogram into noise. Everything after that choice is mechanical counting.

Read the lesson: Data Visualisation →

Practise Data Visualisation

The app has 5 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Data Visualisation