Hi
I am having issues combining a particular set of graphs in stata so that the ouput looks something like the below.
Currently I have used:
graph combine - the output of this does not stack the charts exactly on top of one another and there isn't an option for them to share the same x axis
graph, by(group) - this could provide the same x axis but the graphs are still separated by a space
Are there any other options or user written programs I am missing that could replicate the below output? (this was produced in R)

I am having issues combining a particular set of graphs in stata so that the ouput looks something like the below.
Currently I have used:
graph combine - the output of this does not stack the charts exactly on top of one another and there isn't an option for them to share the same x axis
graph, by(group) - this could provide the same x axis but the graphs are still separated by a space
Are there any other options or user written programs I am missing that could replicate the below output? (this was produced in R)
Comment