Announcement

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

  • Coefplot title format

    Hi, I am trying to nicely format the title of my coefficient plot with the following command


    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!


  • #2
    add option -box-, see -help title_option-

    Comment


    • #3
      thanks!!

      Comment

      Working...
      X