Hi, I am trying to nicely format the title of my coefficient plot with the following command
However, the title appears as normal (no box around it or anything). Does anybody know what am I missing in the code?
Thank you very much!
coefplot regression1 regression1, mc(navy) ciopt(lc(navy) recast(rcap)) keep(xvariable) nokey norecycle title(Main results, fcolor(white) margin(medium) lcolor(red) lwidth(thick)) graphregion(color(white))
However, the title appears as normal (no box around it or anything). Does anybody know what am I missing in the code?
Thank you very much!

Comment