Hello Everybody, got stuck again on the GMAP statement. I was wondering if there is a pattern definition that will allow a gray filled color area with black lines for a pattern. Following is my code where I have added some patterns experimenting on the four levels I have- but I could not find anything on the internet on how to solve my problem. I am also attaching a jpg (inserted in a word file) of what I get and what I want in a screen shot of a small area of the map. Appreciate any help, best Dimitrios /** code starts here***/ goptions reset=all cback=white border htitle=12pt htext=10pt display; footnote3 height=5 angle=90' '; pattern1 c=LIGGR ; pattern2 c=brgr; pattern3 v=m2n45 c=brgr ; pattern4 v=m2n45 c=LIGGR ; legend1 label=none shape=bar(4,2) value=(height=2) across=3 mode=share origin=(45,0); run; proc gmap data=ma8 map=mapsgfk.world gout=gseg ; id idname; choro potential/ levels=4 coutline=black name='map1a' ; run; /** code ends here***/
... View more