Hi,
For my figure, I've combined two box plots onto the same figure side by side (as each plot has a different unit scale for the y-axis). While I have been able to labels all the y and x-axis on both plots, I keep getting an error when I try to put in a legend after I've combined the two plots. Do I need to create a legend in one of my box plots before I combine them?
I'm using the following code but haven't been successful:
legend(label(1 "Caucasian") label(2 "Non-Caucasian"))
Also, I can't seem to change to colors of the two sets of box plots I've created. Can I change the colors of the boxes even after I've combined the graphs?
Thanks so much for your help!
Armaiti