Hi, I have tried all options possible to change the color of the circle in the middle of the confidence interval of my marginsplot to grey, but it keeps showing as blue. I am using the following code:
Does anyone know how to tell stata to change the color of the middle points too?
Thanks a lot!

Code:
marginsplot, recast(scatter) ciopts(color("black%20"))
Thanks a lot!

Comment