BookmarkSubscribeRSS Feed
kimer
Calcite | Level 5

I'm looking for a way to integreate the possibility for controlling color and size of the border lines in proc gmap with combined area and block (se below). Annotation with poly/polycont as described in difference whitepapers give error when use of block and there is no options to control outlines in area statement. The reason is, that I want to illustrate two results for different populations on a subgroup. If you only show one result you can annotate the borders in choro statement and let the bordercolors illustrate the subgroup. I'm looking for at way to compine the border annotation in choro with area/block. Do someone have an idea.

proc gmap data=analysevis map=mapout annotate=annolegend all;

id boligtype navn afd;

area b_gnsb / midpoints=(1 to 6) missing nolegend; * error if annotate ni area;

block a_gnsb / midpoints=(1 to 6) cempty=black coutline=grey legend=legend1 BLOCKSIZE=1 WOUTLINE=1 /*annotate=annoborder doesnt work with block statement*/

name="&gnavn._b";

format a_gnsb b_gnsb borger.;

run;

quit;

1 REPLY 1
GraphGuy
Meteorite | Level 14

With the 3d gmaps (block, prism, and surface), I believe that annotation has no knowledge of the 3d coordinate system, therefore I don't think there is a way to do what you're wanting to do.

 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

Discussion stats
  • 1 reply
  • 740 views
  • 0 likes
  • 2 in conversation