Hello. I have trouble generating a bar graph for the following:
I have the variables A, B, C, D, E
A, B, C, D, E can all only take a value from the set: (0, 1, 2, 3, 4)
I would like to make a bar graph where I can display, as stacked, the following:
1. The variables on the Y axis
2. The percent of frequencies of the values in X axis
3. And the frequency of the values represented as bars connected to each other (though as different segments) for each variable
So in the most crude fashion the graph I have in mind would look like the following:
Y (axis)
A 0000111223333444
B 0011112222333444
C 0011112233444444
D 0000011223344444
E 0000011111222334
0 20 40 60 80 100 (Percent, X axis)
Help please?
Thank you very much!
I have the variables A, B, C, D, E
A, B, C, D, E can all only take a value from the set: (0, 1, 2, 3, 4)
I would like to make a bar graph where I can display, as stacked, the following:
1. The variables on the Y axis
2. The percent of frequencies of the values in X axis
3. And the frequency of the values represented as bars connected to each other (though as different segments) for each variable
So in the most crude fashion the graph I have in mind would look like the following:
Y (axis)
A 0000111223333444
B 0011112222333444
C 0011112233444444
D 0000011223344444
E 0000011111222334
0 20 40 60 80 100 (Percent, X axis)
Help please?
Thank you very much!
Comment