<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: small multiple maps in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178563#M6571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, I am in the process of trying your techniques.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Nov 2014 23:12:35 GMT</pubDate>
    <dc:creator>ciro</dc:creator>
    <dc:date>2014-11-23T23:12:35Z</dc:date>
    <item>
      <title>small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178558#M6566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to produce small multiple maps, but I was unable to find suggestions.&lt;/P&gt;&lt;P&gt;I would appreciate some guidance on the steps needed. &lt;/P&gt;&lt;P&gt;Is there any solution with statistical graphics?&lt;/P&gt;&lt;P&gt;thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178558#M6566</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-19T22:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178559#M6567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It all depends on what you want to do and the release of SAS you are using.&amp;nbsp; With SAS 9.4M1, you can use the polygon plot to draw maps from any polygonal data set including from the MAPS library.&amp;nbsp; With earlier releases, you can still create outline maps.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But "Small Multiples" can include many different cases so you will need to be more specific. Preferably point to an example on the web, or a sketch of what you want and the data you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178559#M6567</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-11-19T22:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178560#M6568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running 9.4 M1&lt;/P&gt;&lt;P&gt;The kind of graph I'am trying to produce is similar to the one at the bottom of this page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allanalytics.com/author.asp?doc_id=266321" title="http://www.allanalytics.com/author.asp?doc_id=266321"&gt;AllAnalytics - Jonathan Schwabish - Get Visual With Small Multiples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I dont' need so many maps, more in the range 6-12. And each subgraph should have only one "title", that is I a matrix-like structure is not needed. at the bottom of the whole graph there should be the legend with the colors used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 06:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178560#M6568</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-20T06:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178561#M6569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the technique Sanjay mentioned, if you want to use SAS' premiere mapping procedure (proc Gmap), here are some alternatives...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a set number of maps in your grid, you could create each map separately, and then use Proc Greplay to place them all on the same page, in a custom Greplay template that you design with the layout you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're going to be viewing the output in a web browser, you can use "ods htmlpanel" to place several maps on the same web page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's an example where I get a little trickier... &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Rather than using greplay or htmlpanel, I actually duplicate the map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;several times, with numeric x/y offsets to make the maps show up &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;beside of each other.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.robslink.com/SAS/democd42/mapgrid.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://www.robslink.com/SAS/democd42/mapgrid.htm"&gt;SAS/Graph grid-of-maps (age/smoking/income) - Custom SAS/Graph gmap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.robslink.com/SAS/democd42/mapgrid_info.htm" title="http://www.robslink.com/SAS/democd42/mapgrid_info.htm"&gt;http://www.robslink.com/SAS/democd42/mapgrid_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mapgrid.png" class="jive-image-thumbnail jive-image" height="529" src="https://communities.sas.com/legacyfs/online/7961_mapgrid.png" style="width: 706.379821958457px; height: 529px;" width="706" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178561#M6569</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-11-20T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178562#M6570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't do eveything you're looking for, but &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;check out this old SGF paper, which I cobbled together after reading Robert's useful how-to examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fit-to-aT: Using SAS® to Create a SAS® Global Forum 2011 T-Shirt&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/resources/papers/proceedings11/220-2011.pdf" title="http://support.sas.com/resources/papers/proceedings11/220-2011.pdf"&gt;http://support.sas.com/resources/papers/proceedings11/220-2011.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IMG_20141120_115856.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7972_IMG_20141120_115856.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 17:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178562#M6570</guid>
      <dc:creator>tc</dc:creator>
      <dc:date>2014-11-20T17:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178563#M6571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, I am in the process of trying your techniques.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 23:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178563#M6571</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-23T23:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178564#M6572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, here is where I am stuck..&lt;/P&gt;&lt;P&gt;after defining with pattern statements the colors I would like to use, I had produced maps with by group processing. Each by group is a sector.&lt;/P&gt;&lt;P&gt;after that the plan was to put individual graphs in a greplay template to show small multiples.&lt;/P&gt;&lt;P&gt;however for each by group sas uses only some of the colors I have set, while I would like it assigned a precise color to each range, so that comparisons can be made across individual maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the kind of code I am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; value map2fmt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .='No Data'&lt;/P&gt;&lt;P&gt;&amp;nbsp; low-20='&amp;lt;=20'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 20&amp;lt;-22='20&amp;lt;-22'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 22&amp;lt;-24='22&amp;lt;-24'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 24&amp;lt;-26='24&amp;lt;-26'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 26&amp;lt;-28='26&amp;lt;-28'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 28&amp;lt;-30='28&amp;lt;-30'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 30&amp;lt;-32='30&amp;lt;-32'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&amp;lt;-34='32&amp;lt;-34'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 34&amp;lt;-36='34&amp;lt;-36'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 36&amp;lt;-38='36&amp;lt;-38'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38&amp;lt;-40='38&amp;lt;-40'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 40&amp;lt;-high='&amp;gt;40'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;goptions ftext=swiss ftitle=swiss xpixels = 1600 ypixels = 1200 ;&lt;/P&gt;&lt;P&gt;%patterns(%bquote(&amp;amp;ramp));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gmap data=estimates map=country all ;&lt;/P&gt;&lt;P&gt;by sector;&lt;/P&gt;&lt;P&gt;format ch map2fmt.;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id id;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; choro ch / coutline=black discrete name="gra" anno=centeranno;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178564#M6572</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-25T12:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178565#M6573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend putting the data into 'buckets' and then specifying all those buckets in the gmap midpoints= option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technique is described in the "Custom Color Binning" example in the following chapter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.robslink.com/SAS/book1/Chapter_05_Maps.pdf" title="http://www.robslink.com/SAS/book1/Chapter_05_Maps.pdf"&gt;http://www.robslink.com/SAS/book1/Chapter_05_Maps.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178565#M6573</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-11-25T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178566#M6574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks robert!&lt;/P&gt;&lt;P&gt;it works very well now.&lt;/P&gt;&lt;P&gt;I am heading now towards the greplay part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 13:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178566#M6574</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-26T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178567#M6575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I am implementing the greplaying of the maps in a 3*2 template.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am following the paper]Effective SAS greplay'ing and how to avoid stretching &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the final aim is to insert the figure in a ms-word document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two problems now:&lt;/P&gt;&lt;P&gt;1. the device emf erase part of the graph in the emf file (not in the sas output, where however the graph is in the landscape instad of portrait!)&lt;/P&gt;&lt;P&gt;gif device works, but I might have the necessity to resize the graph in word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I don't know how to have a common legend. I read the following:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/945.html" title="http://support.sas.com/kb/24/945.html"&gt;24945 - Replay graphs with a common title and legend with PROC GREPLAY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but how can i adapt it to gmap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code up to now:&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;ods hml close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;proc greplay nofs igout=work.gseg;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; delete _all_;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;quit; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename outgs 'G:\temp';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;title;title2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;goptions ymax=6.4cm ypixels=640 xmax=9cm xpixels=900;&lt;/P&gt;&lt;P&gt;goptions device=emf htext=0.35cm ftext=simplex;&lt;/P&gt;&lt;P&gt;%patterns(%bquote(&amp;amp;ramp));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gmap data=ds map=mapcoordinates all gout=work.tempcat;&lt;/P&gt;&lt;P&gt;by attecon;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id id;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; choro bucket / midpoints='a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; coutline=black&amp;nbsp; name="ita" anno=centeranno nolegend;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay tc=work.tempcat nofs;&lt;/P&gt;&lt;P&gt;tdef newtemp des='Six panel template'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ulx=0 uly=91&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=50 ury=91&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=0 lly=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=50 lry=64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ulx=50 uly=91&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=100 ury=91&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=50 lly=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=100 lry=64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3/ulx=0 uly=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=50 ury=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=0 lly=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=50 lry=37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4/ulx=50 uly=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=100 ury=64&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=50 lly=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=100 lry=37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5/ulx=0 uly=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=50 ury=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=0 lly=10&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=50 lry=10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6/ulx=50 uly=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; urx=100 ury=37&lt;/P&gt;&lt;P&gt;&amp;nbsp; llx=50 lly=10&lt;/P&gt;&lt;P&gt;&amp;nbsp; lrx=100 lry=10;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions ymax=24cm ypixels=2400 xmax=18cm xpixels=1800;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename gsasfile 'G:\temp\completemap.emf';&lt;/P&gt;&lt;P&gt;goptions gsfname=gsasfile gsfmode=replace;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay tc=work.tempcat nofs;&lt;/P&gt;&lt;P&gt;template newtemp;&lt;/P&gt;&lt;P&gt;igout work.tempcat;&lt;/P&gt;&lt;P&gt;treplay 1:MAP20&lt;/P&gt;&lt;P&gt;2:MAP8&lt;/P&gt;&lt;P&gt;3:MAP4&lt;/P&gt;&lt;P&gt;4:MAP19&lt;/P&gt;&lt;P&gt;5:MAP26&lt;/P&gt;&lt;P&gt;6:MAP27;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 10:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178567#M6575</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-11-28T10:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178568#M6576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your common legend, you might want to just create that manually using annotate on a Proc Gslide, or something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used emf, so I'm not sure what advice to give you there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 14:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178568#M6576</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-12-01T14:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: small multiple maps</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178569#M6577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Robert, I'll try it. And thanks to everybody. This forum is just awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 13:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/small-multiple-maps/m-p/178569#M6577</guid>
      <dc:creator>ciro</dc:creator>
      <dc:date>2014-12-02T13:50:53Z</dc:date>
    </item>
  </channel>
</rss>

