G
Guest
Thanks to Alan for answering my earlier question.
So I have a list of 50 values. Each value is either a 2,4,6,or 12.
Then I made a table that displays how many times 2 occurred, 4 occurred, etc.
Now I want to create a histogram, but I'm not sure the best way to do this.
I want the 2 bar to be the highest because it occurred the highest number of
times. So, basically, I want a graph with 4 bars (one each for the values
2,4, 6, and 12), with each bar's height being proportional to its frequency
of occurrence in my list.
Thanks!
So I have a list of 50 values. Each value is either a 2,4,6,or 12.
Then I made a table that displays how many times 2 occurred, 4 occurred, etc.
Now I want to create a histogram, but I'm not sure the best way to do this.
I want the 2 bar to be the highest because it occurred the highest number of
times. So, basically, I want a graph with 4 bars (one each for the values
2,4, 6, and 12), with each bar's height being proportional to its frequency
of occurrence in my list.
Thanks!