Hi All,
I will try my best to explain my situation.
I've a file with the following data:
+------------------+------------------+------------------+------------------+------------------+
User Metric A Metric B Metric C Metric D
+------------------+------------------+------------------+------------------+------------------+
User 1 10 8 7 8
User 2 9 6 9 4
User 3 9 8 7 3
User 4 10 8 9 6
User 5 8 8 7 7
User 6 5 8 8 8
User 7 8 8 6 9
User 8 5 8 4 0
User 9 10 8 7 10
I am trying to generate a graph which is in the following format:
1. X Axis should have 4 blocks: Metric A to D
2. Plotted Data should be the count of each rating for each metric. Eg: For Metric A, i should have 5, 8, 9, 10 bars which is of length 2, 2, 2, 3 respectively.
3. Y Axis should be the count of the rating.
I hope i am clear with what i want. I have tried various options but unable to generate what i need.
Please Help!
I will try my best to explain my situation.
I've a file with the following data:
+------------------+------------------+------------------+------------------+------------------+
User Metric A Metric B Metric C Metric D
+------------------+------------------+------------------+------------------+------------------+
User 1 10 8 7 8
User 2 9 6 9 4
User 3 9 8 7 3
User 4 10 8 9 6
User 5 8 8 7 7
User 6 5 8 8 8
User 7 8 8 6 9
User 8 5 8 4 0
User 9 10 8 7 10
I am trying to generate a graph which is in the following format:
1. X Axis should have 4 blocks: Metric A to D
2. Plotted Data should be the count of each rating for each metric. Eg: For Metric A, i should have 5, 8, 9, 10 bars which is of length 2, 2, 2, 3 respectively.
3. Y Axis should be the count of the rating.
I hope i am clear with what i want. I have tried various options but unable to generate what i need.
Please Help!