<?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 - show countries without observations in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577704#M18580</link>
    <description>&lt;P&gt;And two other options you'll find useful, when using the 'all' option, per Dan's tip ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;gmap&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=CTRY_MAP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;map&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=maps.world all;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;You might also find the 'cdefault' and 'cempty' options useful.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Cdefault controls the fill color of the empty areas, and cempty controls the outline color.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;choro&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SUM_AMOUNT_EURO/&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;coutline&lt;/FONT&gt;=gray44&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;legend&lt;/FONT&gt;=legend1 cdefault=white cempty=gray99;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 12:45:55 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2019-07-30T12:45:55Z</dc:date>
    <item>
      <title>proc gmap - show countries without observations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577324#M18571</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use proc gmap to create a world map, but in my data set around 50% of the countries are not included. However, SAS does not display them in the the outcoming map. The countries simply do not appear in the map and the whole map looks "empty".&lt;/P&gt;&lt;P&gt;Is there some option in the procedure to display all values which are not found in the data set but in the map data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;legend1&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;position&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=top &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Transaction Volume in €"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;shape&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=bar(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;title&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ls&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"Incoming Transactions"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;gmap&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=CTRY_MAP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;map&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=maps.world;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;id&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; id;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;choro&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SUM_AMOUNT_EURO/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;coutline&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=gray44 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;legend&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=legend1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;KS&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577324#M18571</guid>
      <dc:creator>fuhgidabowit</dc:creator>
      <dc:date>2019-07-29T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap - show countries without observations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577366#M18573</link>
      <description>&lt;P&gt;Adding the ALL option to the PROC GMAP statement should give you what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577366#M18573</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-07-29T14:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap - show countries without observations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577704#M18580</link>
      <description>&lt;P&gt;And two other options you'll find useful, when using the 'all' option, per Dan's tip ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;gmap&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=CTRY_MAP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;map&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=maps.world all;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;You might also find the 'cdefault' and 'cempty' options useful.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Cdefault controls the fill color of the empty areas, and cempty controls the outline color.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;choro&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SUM_AMOUNT_EURO/&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;coutline&lt;/FONT&gt;=gray44&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;legend&lt;/FONT&gt;=legend1 cdefault=white cempty=gray99;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 12:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/577704#M18580</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-07-30T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap - show countries without observations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/578062#M18588</link>
      <description>&lt;P&gt;Thanks, really helpful!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 13:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-show-countries-without-observations/m-p/578062#M18588</guid>
      <dc:creator>fuhgidabowit</dc:creator>
      <dc:date>2019-07-31T13:18:59Z</dc:date>
    </item>
  </channel>
</rss>

