Hi,
I succeeded in producing a boxplot of 6 variables by two types of polulations. So I have two boxplot each presenting the 6 variables.
However, I would like to "merge" the two boxplots such that for each variable I would have the two boxplots for each populations.
Here is the command : graph box pt01 sa01 gp01 gs01 dc01 dm01, by(, graphregion(fcolor(none) lcolor(none) ifcolor(none) ilcolor(none))) by(pop)
On the figure, I would like to have the boxplots for one variable side by side for the two populations (1 and 2).
I looked at the examples, I search on the Web but I just can't figure it out... ;-(
Need your help,
Thanks in advance,
Christian
I succeeded in producing a boxplot of 6 variables by two types of polulations. So I have two boxplot each presenting the 6 variables.
However, I would like to "merge" the two boxplots such that for each variable I would have the two boxplots for each populations.
Here is the command : graph box pt01 sa01 gp01 gs01 dc01 dm01, by(, graphregion(fcolor(none) lcolor(none) ifcolor(none) ilcolor(none))) by(pop)
On the figure, I would like to have the boxplots for one variable side by side for the two populations (1 and 2).
I looked at the examples, I search on the Web but I just can't figure it out... ;-(
Need your help,
Thanks in advance,
Christian
Comment