Dear Everyone,
Can anyone please tell me how to label maps in STATA? like I just need my map to show the names of the district or any variable that holds some information about that district.
This is the code i'm using:
spmap adm2 using sl_coordinates.dta, id(id)
where adm2 is the variable which includes names of the 14 districts coded from 1-14
Thanks!
Can anyone please tell me how to label maps in STATA? like I just need my map to show the names of the district or any variable that holds some information about that district.
This is the code i'm using:
spmap adm2 using sl_coordinates.dta, id(id)
where adm2 is the variable which includes names of the 14 districts coded from 1-14
Thanks!
Comment