Announcement

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

  • Changing color of a specific marker in coefplot

    Hello all!

    I hope my question hasn't been answered yet, but I couldn't find a solution yet. I have the following coefplot code:

    Code:
    coefplot, omitted baselevels vertical drop(_cons) yline(0) xlabel(, angle(vertical)) rename(ntr_* = \1 zero = 2001, regex) order(1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013)
    I now want to know, if it's possible to change the color of the 2001 marker to red and leave all the other markers in the standard blue?

  • #2
    As usual, you will increase your chances of obtaining a useful reply if you present a reproducible example of your problem. Note that coefplot is from SSC (see FAQ Advice # 12 on both points).

    Comment

    Working...
    X