Hi, I have 3 histograms coming from different databases. I am using graph combine to combine them into one graph as in the picture. I would like to have the x axis aligned. I thought the problem was for not having the title in the first and third histograms. So I added an X to check but it seems that the problem also comes from the labels in the y axis.
Is there an easy way to align them?
This is my code:
graph combine "Writing\hist_obs_tohigh.gph" "Writing\hist_obs_placebo.gph" "Writing\hist_obs_tolow.gph", cols(1) xcommon
Thank you
Is there an easy way to align them?
This is my code:
graph combine "Writing\hist_obs_tohigh.gph" "Writing\hist_obs_placebo.gph" "Writing\hist_obs_tolow.gph", cols(1) xcommon
Thank you

Comment