Announcement

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

  • Specifying non-default coefplot colors

    Apologies for the perhaps highly simplistic question, as a primary R user I am struggling with Stata's built-in commands for figure-making.

    Using coefplot (from SSC), I'm doing something like:

    Code:
    coefplot coef_t, mcolor(orange) ciopts(color(orange))
    But what if I want to use one of the (apparently) non-default Stata colors, such as 'dark orange'? Changing my code to darkorange or dark_orange does not work, and I can't seem to find anything that indicates how this is possible without going into the graph editor and manually changing colors.

  • #2
    Dark orange should be "dkorange". See

    Code:
    help colorstyle

    Comment

    Working...
    X