proc mapimport datafile="E:\map\dishi.shp" out=chinacity;
rename "經(jīng)度"=long "緯度"=lat;
run;
proc import datafile="E:\map\gdp.xlsx" out=gdp;
run;
legend1 down=10 label=("GDP(萬元)") position=(middle right outside);
proc gmap map=chinacity data=gdp;
id name;
choro gdp/legend=legend1 levels=10;
run;
結果:
日記提示:
不知道問題出在哪里?求大神幫助