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:
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.
Using coefplot (from SSC), I'm doing something like:
Code:
coefplot coef_t, mcolor(orange) ciopts(color(orange))
Comment