Hello!
I used coefplot to make the individual odds ratio graphs and grc1leg2 to combine them and only use one legend. The first graph (Graph2.gph) shows the gph image.
I need to save this as an eps, and when I go to do so (Graph2.eps), the axes get all wonky- for example see the "0"s on the x axis in Benin, Sierra Leone and Kenya.
Code used to make the two:
grc1leg2 BeninReg.gph MaliReg.gph NigeriaReg.gph SierraLeoneReg.gph EthiopiaReg.gph KenyaReg.gph UgandaReg.gph ZambiaReg.gph, legendfrom(ZambiaReg.gph) iscale(*.5) xsize(20) ysize(20) imargin(l=-5 r=-1) saving(Graph2.gph,replace)
graph export Graph2.eps,replace
Maybe something about the scaling? But I can't figure out why the two images would not have the same error/issue.
Any help would be greatly appreciated!
Graph2.eps
I can also send the individual graph code or upload pictures of those if helpful.
Many many thanks in advance.
Thanks,
Dana
I used coefplot to make the individual odds ratio graphs and grc1leg2 to combine them and only use one legend. The first graph (Graph2.gph) shows the gph image.
I need to save this as an eps, and when I go to do so (Graph2.eps), the axes get all wonky- for example see the "0"s on the x axis in Benin, Sierra Leone and Kenya.
Code used to make the two:
grc1leg2 BeninReg.gph MaliReg.gph NigeriaReg.gph SierraLeoneReg.gph EthiopiaReg.gph KenyaReg.gph UgandaReg.gph ZambiaReg.gph, legendfrom(ZambiaReg.gph) iscale(*.5) xsize(20) ysize(20) imargin(l=-5 r=-1) saving(Graph2.gph,replace)
graph export Graph2.eps,replace
Maybe something about the scaling? But I can't figure out why the two images would not have the same error/issue.
Any help would be greatly appreciated!
I can also send the individual graph code or upload pictures of those if helpful.
Many many thanks in advance.
Thanks,
Dana

Comment