Dear Statalist,

I was hoping to get some help on graph output. So I am reading this paper that shows what looks like a semi outdated code to draw up some graphs. I have done my best to replicate it, but cannot get the plots to stack on top of one another like in the example.


Code:
distplot dist_ind [w=s_o_freq], recast(connected) ylabel(, angle(h)) midpoint by(stazi_ind) l2(logit scale) reverse trscale(logit(@)) legend(col(1) position(5) ring(0))