<?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: proc gmap in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211790#M7884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Annotate?&amp;nbsp; I assume so if you are showing dots.&amp;nbsp; The same ZIP Code will show up on exactly on top of each other, so you will see only one dot.&amp;nbsp; You can use a dot-density map.&amp;nbsp; You scatter the dot slightly so you will see all the dots. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="density.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9793_density.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is in several SGF/SUGI papers.&amp;nbsp; Look in &lt;A href="http://support.sas.com/rnd/papers/#SGF2011"&gt;http://support.sas.com/rnd/papers/#SGF2011&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Look for the paper: &lt;STRONG&gt;Outbreak Maps:&amp;nbsp; Visually Discovering Your Data&lt;/STRONG&gt;.&lt;BR /&gt;The link to the examples zipfile is under it.&amp;nbsp; Look for density.sas and shift.sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 14:03:04 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2015-03-27T14:03:04Z</dc:date>
    <item>
      <title>proc gmap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211788#M7882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f8f8f8;"&gt;Using proc gmap, how do I should clusters if I only have 1 zip code assigned to each data point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f8f8f8;"&gt;For example, for zip code 99999, I have n=5 data points.&amp;nbsp; This meaning I would like to show 5 dots clustered in the 99999 zip code area.&amp;nbsp; Right now my code only gives me 1 dot per zip code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f8f8f8;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 13:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211788#M7882</guid>
      <dc:creator>sophia_SAS</dc:creator>
      <dc:date>2015-03-27T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211789#M7883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will probably find Darrell's "dot density" map useful ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/rnd/papers/sugi29/sasmapping2.pdf" title="https://support.sas.com/rnd/papers/sugi29/sasmapping2.pdf"&gt;https://support.sas.com/rnd/papers/sugi29/sasmapping2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dot_density.png" class="jive-image" height="376" src="https://communities.sas.com/legacyfs/online/9792_dot_density.png" style="height: 376px; width: 450.373626373626px;" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 13:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211789#M7883</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-03-27T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211790#M7884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Annotate?&amp;nbsp; I assume so if you are showing dots.&amp;nbsp; The same ZIP Code will show up on exactly on top of each other, so you will see only one dot.&amp;nbsp; You can use a dot-density map.&amp;nbsp; You scatter the dot slightly so you will see all the dots. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="density.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9793_density.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is in several SGF/SUGI papers.&amp;nbsp; Look in &lt;A href="http://support.sas.com/rnd/papers/#SGF2011"&gt;http://support.sas.com/rnd/papers/#SGF2011&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Look for the paper: &lt;STRONG&gt;Outbreak Maps:&amp;nbsp; Visually Discovering Your Data&lt;/STRONG&gt;.&lt;BR /&gt;The link to the examples zipfile is under it.&amp;nbsp; Look for density.sas and shift.sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap/m-p/211790#M7884</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-03-27T14:03:04Z</dc:date>
    </item>
  </channel>
</rss>

