Announcement

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

  • event study coeff plot

    Can anyone tell me how to remove the red dots from the coeff plot?

    Below is my code and attached is the graph.

    coefplot leads_lags, keep(treat2011 treat2012 treat2013 treat2014 treat2015 treat2016
    treat2017 treat2018 treat2019) omitted baselevels recast(connected) lcolor(black)
    vertical title( "{stSerif:{it:xxxxxxxxxxx}}", color(black) size(medlarge) margin(b=3))
    xtitle("{stSerif:{it:xxxxxx}}", size(small)) xscale(titlegap(1)) xline(4, lcolor(black))
    ytitle("{stSerif:{it:xxxxxxx}}", size(small)) yscale(titlegap(1))
    note("{stSerif:{it:Notes}.xxxxxxxx}", margin(small))
    graphregion(fcolor(white) lcolor(white) lwidth(vvvthin) ifcolor(white) ilcolor(white)
    ilwidth(vvvthin)) ciopts(lwidth(*2) lcolor(blue) recast(rcap)) mcolor(red) ;
    Attached Files

  • #2
    You can change colors of point estimates using mcolor() option, e.g., mcolor(blue).

    Comment


    • #3
      thanks. but that is not something I am looking for. I want to remove the red dots. how do I do it?

      Comment

      Working...
      X