Hi
I was wondering how I can change the color of a graph line generated by coefplot. here is my code:
And I get the attached graph. the color of the line is blue. I want to change it to other colors. I'd appreciate your insights on that.
Thanks,
I was wondering how I can change the color of a graph line generated by coefplot. here is my code:
Code:
coefplot , drop(_cons) vertical baselevels /// ci(95) ciopts(recast(rcap) alcolor(%60)) recast(connected) /// ylabel(#9, grid) ytitle("Percentage, %") ///
Thanks,
Comment