Code:
local graphs ""
foreach var of varlist _all {
line `var' year, name(`var') title(`var') graphregion(color(white)) xlabel(1980(2)2010,labsize(small)) ytitle("")
local graphs "`graphs' `var'"
}
gr combine `graphs', col(1) ysize(20) graphregion(color(white))
gr export check.pdf, replace
0 Response to Graph Combine
Post a Comment