Hi, I am creating three coefficient plots with the same variables and want them to be one next to each other, but the third one does not fit horizontally so it appears under the other two. My code is:

Code:
coefplot reg1O reg2O, bylabel(Overall) || reg1R reg2R, bylabel(Right) || reg1L reg2L, bylabel(Left) ||, keep(xvar1 xvar2 xvar3) xline(0, lpattern(dash)) nokey ciopts(lcolor(blue) recast(rcap)) color(blue)
I was wondering if there is a way to tell Stata to expand the eps figure horizontally so that all plots fit next to each other, regardless of how much space it takes?

Thank you very much!

Joan