Hi all,
I started working on my project with StataIC 16 and used the following code
to plot:

A couple of days ago I switched from StataIC 16 to StataMP 17, and now, I get a slightly a different graph using the same code (as above):

Since all graphs are for the same document, I would like to keep the old design. Does anyone know how to alter the code such that I get rid of the background lines / the grid, how to make the xaxis black and the lines of the confidence intervals gray?
Best,
Kathrin
I started working on my project with StataIC 16 and used the following code
Code:
coefplot (m4a, levels(95) label(Men) ciopts(recast(rcap))) , vertical keep(td_3 td_2 td_1 td0 td1 td2 td3 td4 td5) ytitle(Earnings(Euro)) xtitle(Years since/to job loss) lwidth(*2) omitted legend(off) yline(0) recast(connected) color(navy) nooffset xlabel(1 "-3" 2 "-2" 3 "-1" 4 "0" 5 "1" 6 "2" 7 "3" 8 "4" 9 "5") graphregion(color(white))
A couple of days ago I switched from StataIC 16 to StataMP 17, and now, I get a slightly a different graph using the same code (as above):
Since all graphs are for the same document, I would like to keep the old design. Does anyone know how to alter the code such that I get rid of the background lines / the grid, how to make the xaxis black and the lines of the confidence intervals gray?
Best,
Kathrin

Comment