Hello everyone,
I am trying to create a map using grmap command. The map I created was on the left side of the plot region instead of the middle. Any suggestions on how to adjust the position of the map? Thank you for your help in advance!
The codes I used are:
spset, modify shpfile(usacounties_shp)
grmap cbcp_ind, clnumber(2) title("Contiguous Border County-Pairs in the United States", size(med)) fcolor(eggshell red) legend(label(3 "Contiguous Border County-Pairs") label(2 "Other States") size(small) pos(7)) freestyle aspect(0.52) xlabel(, nolabels notick nogrid) xscale(lstyle(none)) xtitle("") ylabel(, nolabels notick nogrid) yscale(lstyle(none)) ytitle("") xsize(10) ysize(10)
I am trying to create a map using grmap command. The map I created was on the left side of the plot region instead of the middle. Any suggestions on how to adjust the position of the map? Thank you for your help in advance!
The codes I used are:
spset, modify shpfile(usacounties_shp)
grmap cbcp_ind, clnumber(2) title("Contiguous Border County-Pairs in the United States", size(med)) fcolor(eggshell red) legend(label(3 "Contiguous Border County-Pairs") label(2 "Other States") size(small) pos(7)) freestyle aspect(0.52) xlabel(, nolabels notick nogrid) xscale(lstyle(none)) xtitle("") ylabel(, nolabels notick nogrid) yscale(lstyle(none)) ytitle("") xsize(10) ysize(10)
Comment