Hi all,
I would like to create a graph that has box and whisker plots for 5 questions like this one:

However, I would like the labels in the legend to be on the y axis corresponding to each question. I think one way would just be to reshape the data, make one variable with all 5 of these responses, and then just do hbar newvar, over(components). This would correspond to an example in the box help file. I wonder if there is a way to do this without the reshape? I tried playing around with the position of the legend but it gave me funky graphs.
Thanks for your help.
Best,
Patryk
I would like to create a graph that has box and whisker plots for 5 questions like this one:
However, I would like the labels in the legend to be on the y axis corresponding to each question. I think one way would just be to reshape the data, make one variable with all 5 of these responses, and then just do hbar newvar, over(components). This would correspond to an example in the box help file. I wonder if there is a way to do this without the reshape? I tried playing around with the position of the legend but it gave me funky graphs.
Thanks for your help.
Best,
Patryk
Comment