I run the command:
Hoping to get a map of US Census tracts displaying color based on pctBA (% of population with a BA). But the darn outlines keep my map black, since, of course, some tracts are densely packed. I've been through the spmap help files, and "osize" was the option that seemed to be the right one. Runs fine, just keeps the outlines.
I could post the rest of my code if you think it would help (if I chop out labels, it's not too long), but this is the one critical piece that doesn't do what I want it to do.
Thanks! I'm usually pretty good about reading documentation, but I read it and re-read it, and have tried a variety of other options (mostly throwing errors, some just giving me the same map with the darn outlines).
ps. -spmap- is, of course, from SSC. Prepped my shapefiles with -shp2dta-. Running under Windows 7, Stata 13.1. Sorry for not mentioning originally.
Code:
spmap pctBA using tractsCoor1.dta, id(_ID) fcolor(Blues) osize(none ..)
I could post the rest of my code if you think it would help (if I chop out labels, it's not too long), but this is the one critical piece that doesn't do what I want it to do.
Thanks! I'm usually pretty good about reading documentation, but I read it and re-read it, and have tried a variety of other options (mostly throwing errors, some just giving me the same map with the darn outlines).
ps. -spmap- is, of course, from SSC. Prepped my shapefiles with -shp2dta-. Running under Windows 7, Stata 13.1. Sorry for not mentioning originally.
Comment