/* Here are some graph options to make STATA graph looks better */ global gopt1 graphregion(color(white)) legend(size(small)) legend(region(lwidth(none))) global gsize ylabel(,labsize(small)) xlabel(,labsize(small)) xtitle("") ytitle(,size(small)) xsize(13) ysize(15)