Hi All,
I have to create a map in which I would like to have solid state borders and dash counties borders. I tried the following:
spmap using counties_coordinates.dta, id(id) mopattern(dash) polygon(data(states_coordinates.dta) osize(0.2) ocolor(black))
but it doesn't work....
Thank you!
I have to create a map in which I would like to have solid state borders and dash counties borders. I tried the following:
spmap using counties_coordinates.dta, id(id) mopattern(dash) polygon(data(states_coordinates.dta) osize(0.2) ocolor(black))
but it doesn't work....
Thank you!
Comment