Can anyone tell me how to remove the red dots from the coeff plot?
Below is my code and attached is the graph.
coefplot leads_lags, keep(treat2011 treat2012 treat2013 treat2014 treat2015 treat2016
treat2017 treat2018 treat2019) omitted baselevels recast(connected) lcolor(black)
vertical title( "{stSerif:{it:xxxxxxxxxxx}}", color(black) size(medlarge) margin(b=3))
xtitle("{stSerif:{it:xxxxxx}}", size(small)) xscale(titlegap(1)) xline(4, lcolor(black))
ytitle("{stSerif:{it:xxxxxxx}}", size(small)) yscale(titlegap(1))
note("{stSerif:{it:Notes}.xxxxxxxx}", margin(small))
graphregion(fcolor(white) lcolor(white) lwidth(vvvthin) ifcolor(white) ilcolor(white)
ilwidth(vvvthin)) ciopts(lwidth(*2) lcolor(blue) recast(rcap)) mcolor(red) ;
Below is my code and attached is the graph.
coefplot leads_lags, keep(treat2011 treat2012 treat2013 treat2014 treat2015 treat2016
treat2017 treat2018 treat2019) omitted baselevels recast(connected) lcolor(black)
vertical title( "{stSerif:{it:xxxxxxxxxxx}}", color(black) size(medlarge) margin(b=3))
xtitle("{stSerif:{it:xxxxxx}}", size(small)) xscale(titlegap(1)) xline(4, lcolor(black))
ytitle("{stSerif:{it:xxxxxxx}}", size(small)) yscale(titlegap(1))
note("{stSerif:{it:Notes}.xxxxxxxx}", margin(small))
graphregion(fcolor(white) lcolor(white) lwidth(vvvthin) ifcolor(white) ilcolor(white)
ilwidth(vvvthin)) ciopts(lwidth(*2) lcolor(blue) recast(rcap)) mcolor(red) ;
Comment