Dear All,
I would like to create a two-way histogram for two variables. However, I would like a variable to be in a panel and the other variables being below it. Is it possible? In other words, I would like to obtain the attached graph using two-
way histogram. The code I use is
twoway (histogram pscore if distance>=0, color(green%30)) (histogram pscore if distance<0, color(red%30))
which of course overlaps the two distributions.
Thank you very much for considering my request!
I would like to create a two-way histogram for two variables. However, I would like a variable to be in a panel and the other variables being below it. Is it possible? In other words, I would like to obtain the attached graph using two-
twoway (histogram pscore if distance>=0, color(green%30)) (histogram pscore if distance<0, color(red%30))
which of course overlaps the two distributions.
Thank you very much for considering my request!
Comment