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
Stata package for LCA and SEM modelsDears, Can anyone please give me a solution for running the LCA and SEM models in stata. Is there a…
Exporting weighted cross tabulation from stata to excelHello, I'm looking to export a weighted cross tabulation from stata to excel. The variables I am ta…
Too many variables specified error with keep and browse commandI have created a large local (called stubs) of variable stubs with wild cards e.g. "var1_* var2_* va…
What code will match longitude and latitudesI hope there is someone that will be able to help me. I have been looking at previous FAQ on Statali…
Significance between Kaplan Meier and a line - is it possible?How can I check for significance between Kaplan Meier and a line when using addplot? Obviously, Log …
Subscribe to:
Post Comments (Atom)
0 Response to spmap polygon sepearate graphs
Post a Comment