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
Current and Lagged Values of an Independent Variable in xtabond2Hi everyone! May I ask if it is technically correct to include both current and lagged values of an …
Propensity Score Matching - Regression on a matched sample and introducing new controlsHi, I am using propensity score matching to reduce selection bias and then running a regression on …
Nested foreach loops with panel dataDear Statalists, I am fairly new to Stata and am facing some issues regarding nested foreach loops.…
market participationsHi, I have these variables in a database: exporter / importer / productcode / milk milk is the valu…
Nested loop over observations and varlistHello everyone! I am trying to do something which, upon reading manuals and forum entries, seems per…
Subscribe to:
Post Comments (Atom)
0 Response to spmap polygon sepearate graphs
Post a Comment