How do you plot a histogram?
For example, how do we plot the histogram associated with the data
{1,1,1,2,2,3,5,7,7,7,9,10,10}
- Create a list of real numbers and store it in a list variable.
For example
{1,1,1,2,2,3,5,7,7,7,9,10,10}->L1
- Select the "Stat Plots" option [2nd] [Stat Plot] [enter]
- Select Plot1, Plot2 or Plot3 (in this example we select Plot1).
- Use the arrow keys to select "On", and then [Enter]
- Use the arrow keys to select "Type:" and choose histogram
(first row, third column)
- Use the arrow keys to select "Xlist:" and enter L1 (or
the list you have the data in)
- Enter [window]
- Enter the correct values for "Xmin", "Xmax", "Xscl", in this case
Xmin=0
Xmax=11
Xscl=1
- Enter [graph]
- The result is shown below