I'm trying to plot a histogram on Stata. This is the code I've used and I've used it many times before:
Code:
twoway (histogram sharepop if year_urban==2, color(red*0.4)) /// (histogram sharepop if year_urban==4, color(green*0.4)), /// legend(label(1 US) label(2 Taiwan) ) /// graphregion(color(white)) title("Share of Income")
Array
0 Response to Overflowing legend, uncentered title in Stata graphs on Mac
Post a Comment