Dear All
I was trying to create a US map to show the population density, lets say, using a database which contains metropolitan or micropolitan areas. I got the database of shape file from the census beaureu which contained 929 areas. The shape file and the base map so associated only creates a portion of the map(only metro/micropolitans) and left of the US is left to be blank. I was wondering if there is a way by which i can show atleast the contours of the state so that the map looks complete. I used the following code:
spmap pop using usmsacoord, id(id) clnumber(6) clmethod(eqint) fcolor(BuRd) ndfcolor(gs8) ndlab("Missing")
Thanks
Veeresh
I was trying to create a US map to show the population density, lets say, using a database which contains metropolitan or micropolitan areas. I got the database of shape file from the census beaureu which contained 929 areas. The shape file and the base map so associated only creates a portion of the map(only metro/micropolitans) and left of the US is left to be blank. I was wondering if there is a way by which i can show atleast the contours of the state so that the map looks complete. I used the following code:
spmap pop using usmsacoord, id(id) clnumber(6) clmethod(eqint) fcolor(BuRd) ndfcolor(gs8) ndlab("Missing")
Thanks
Veeresh
Comment