Code:
postclose `file_handle' use `tmpfil0', clear graph twoway line density theta, lcolor(black) /// ytitle({it:ln} Posterior Density) ylabel( , angle(horizontal) nogrid) /// xtitle({&theta}) /// title(With a Jeffreys Prior, ring(0) position(11) size(*0.8))
Comment