Hello,
I am trying to make a histogram based on several percentages. I have a table like this:
Samp Percent
1 51.60
2 6.5
3 45.36
4 87.25
5 55.24
6 12.45
...
... etc.
I would like to see a distribution from 0 to 100 across the x axis while a count of how many fall into specific bins on the y axis.
Rough example:
_
/|||\ _
/|||||\ /|||\
0 10 20 30 40 50 60 70 80 90 100
I am not really sure how to get started.
I have managed to make a very messy column chart but the x axis is always the sample name and the y is always percentage.
Help?