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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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