I am using spmap to get the map for the TFR. But I could not get the name of the places and the rates for each states on the map. How can I get the names of the states along with the TFR for each state on the map.
I have used the following STATA command :
#delimit ;
spmap est1 using bt1_coords,
id(_polygonid)
title("TFR", size(5) pos(11) ring(0))
fcolor(BuRd) legend(position(2))clnumber(5) legstyle(3) ndfcolor(gs10)
legend(ring(0) position(10) bm(l=15 t=10) size(5) symy(5) symx(5))
;
I have uploaded the map that I got with the above command. I want to know how can i get the rates along with the state names on the map. I have 20 states. How can i place the legend on the bottom instead of the top as well.
Thank you so much in advance
I have used the following STATA command :
#delimit ;
spmap est1 using bt1_coords,
id(_polygonid)
title("TFR", size(5) pos(11) ring(0))
fcolor(BuRd) legend(position(2))clnumber(5) legstyle(3) ndfcolor(gs10)
legend(ring(0) position(10) bm(l=15 t=10) size(5) symy(5) symx(5))
;
I have uploaded the map that I got with the above command. I want to know how can i get the rates along with the state names on the map. I have 20 states. How can i place the legend on the bottom instead of the top as well.
Thank you so much in advance
