Lesson goal: A list of numbers: Plotting the histogram

Previous: A list of numbers: Make a histogram (Part 2) | Home | Next: A list of numbers: Testing the standard deviation

In the the last lesson we actually computed the histogram, meaning we looped through all 2000 data points and saw how many times each would fall into a given bin.

In this lesson, let's plot the histogram so we can get a good visual look at the distribution of the numbers in the data set.

Now you try. Choose some number of bins and see how the counts in each bin comes out.

Type your code here:


See your results here: