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:
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?
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)
Comment