Forgive me if this went through already--I was having an e-mail
problem
I'm trying to manipulate -graph combine- to combine three graphs
I've created.
here's the gist of what I'm doing:
sysuse auto
twoway scatter turn length , name(graph2) nodraw title(Spot #2)
twoway scatter mpg length , name(graph3) nodraw title(Spot #3)
twoway scatter weight length , name(graph4) nodraw title(Spot #4)
graph combine graph2 graph3 graph4 , hole(1) title("Hole", ring(0)
pos(10) size(small) alignment(middle) justification(center) width(65)
height(35) )
I want to shrink the hole to about 50% of its size and use the extra
space to make the other graphs larger.
It's ok if graph4 is bigger than graph2 and graph3, but I'd like the
latter two to be the same size.
And I'd like to have them all be as close to the same size as
possible.
Suggestions?
Thanks--michael foster
UNC School of Public Health
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/