Histogram
Construct a histogram from the following measured values:
Use a bin size of ?x = 1.
Hint: For each value draw a cross of width ?x and height 1. In this way you do not need to order the measured values, since each cross is drawn within a bin on top of a preceding cross. In this way the bars of the histogram grow while drawing.