Dear all,
I'm trying to overlay EU NUTS2 and NUTS3 using spmap, but the polygon option doesn't combine two graphs and is seperating them. Could anyone suggest what to do, please? Many thanks.
use "NUTS_RG_20M_2021_3035.dta", clear /// NUTS3
merge 1:1 NUTS3 using "sector_data_by_NUTS3.dta" /// merge with sector level data by NUTS3
keep if _m == 3
drop _m
* Polygon
spmap green_share_emp using "NUTS_RG_20M_2021_3035_shp.dta", id(_ID) fcolor(Blues2) clnumber(4) polygon(data("nuts2coord_Germany.dta") ocolor(black))
Array
Related Posts with spmap polygon sepearate graphs
New version of cprdutil on SSCThanks as always to Kit Baum, a new version of the cprdutil package is now available for download fr…
Year and industry dummyHi, I want to run a fixed effect regression model with both year and industry fixed effect. I would…
Foreach with leads and lags from numlistHi there, I am sorry if this is a trivial question, but I did not seem to find a satisfactory answe…
New version of descgen on SSCThanks once again to Kit Baum, a new version of the descgen package is now available for download fr…
Creating age variable from date of birthHi, My data has a birthday variable that I need to convert into age. I've spent some time researchin…
Subscribe to:
Post Comments (Atom)
0 Response to spmap polygon sepearate graphs
Post a Comment