I am trying to change the background color of my graph to white. However, Stata is not recognizing the commands when I use coefplot. Is there another way to change the background colors?
Code:
coefplot (female_all_opened_any0, label(Commercial) fcolor(eltgreen) ciopts(color(eltgreen))) /// (female_all_opened_any1, label(Social) fcolor(sienna) ciopts(color(sienna))), bylabel(Female) /// || male_all_opened_any0 male_all_opened_any1, bylabel(Male) || /// , vertical ylabel(0(.35).75) recast(bar) barwidth(0.3) fcolor(*.5) /// ciopts(recast(rcap)) citop coeflabels( _cons = opened_any, wrap(20) format(%5.0f)) /// graphregion(fcolor(white) ifcolor(white) ilcolor(white))
0 Response to Changing background colors using coefplot
Post a Comment