Code:
use "dta\cf_index.dta", clear
keep if year > 1965
encode state, gen(id) 
*dataex id year cf_index (total 2,600 observations)
xtset id year
xtline cf_index, byopts(rows(10)) ytitle("") xtitle("")Array
My questions:
- How to remove the "Graphs by stateabb" on the bottom left.
 - How to make the graph more visable, say remove the empty spaces on the top, bottom, left and right parts?
 
No comments:
Post a Comment