******************************************** * Kingstone and Young (2008) Graphs * * Replication for Figures 1 and 2 * ******************************************** #delimit ; /*General Reform and Left Presidents*/ xtline gen_reform, recast(line) lcolor(black) addplot(spike left year, lcolor(black) lpattern(tight_dot)) ytitle(General Reform Index) caption(, size(medsmall)) legend (size(medsmall)); #delimit ; /*General Reform and % of Left Presidents*/ twoway (tsline leftpct, lcolor(black) lpattern(solid)) (tsline reform_avg, lcolor(black) lpattern(longdash)), yscale(range(0.0 1.0)) ylabel(0(0.2)1.0) title(General Reform and Percentage of Popular Presidents) subtitle(in Latin America from 1975-2003) xscale(range(1975 2005)) xlabel(1975(5)2005);