Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Marginsplot formatting color

    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:

    Code:
    marginsplot, recast(scatter) ciopts(color("black%20"))
    Does anyone know how to tell stata to change the color of the middle points too?

    Thanks a lot!


    Click image for larger version

Name:	Capture.PNG
Views:	1
Size:	21.3 KB
ID:	1684207





  • #2
    Code:
    marginsplot, recast(scatter) ciopts(color("black%20")) plotopts(mcolor("gray"))

    Comment


    • #3
      thank you Justin!

      Comment

      Working...
      X