Hello is there anyway I can change the colour of the smoothed confidence intervals? This is the code to produce this plot of coefficients. For example, if I want the colour to be a smoothed out orange instead of red. I am using the user written command coefplot from ssc. Thanks.

Code:
coefplot (M, label(A)) (F, label(B)) , drop(_cons) cismooth grid(none) keep(*gencells) xline(0) groups(?.gencells = "{bf:Cells}")

Comment