<?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: displaying symbols for graph region in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/743376#M21551</link>
    <description>&lt;P&gt;How were you displaying the region names, when "some were not displayed"?&lt;/P&gt;
&lt;P&gt;Were there any messages in the log, that might indicate why they were not displayed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 May 2021 14:10:37 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2021-05-24T14:10:37Z</dc:date>
    <item>
      <title>Proc gmap: displaying symbols for graph region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/742949#M21543</link>
      <description>&lt;P&gt;How can I&amp;nbsp; display location symbols on the regions?&amp;nbsp; some region names were not displayed, I think because of the tiny space. Is there any way to solve that?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 16:31:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/742949#M21543</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2021-05-21T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc gmap: displaying symbols for graph region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/742964#M21545</link>
      <description>&lt;P&gt;It does help to show the code you have so far that doesn't have the names "fit". Then we can at least use the variable names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the values of a variable that are too long you could try creating a custom format to display the character or abbreviated text for that variable. You would only need to do that for the values that don't fit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc format;&lt;/P&gt;
&lt;P&gt;value $shorttext&lt;/P&gt;
&lt;P&gt;"This is a long name" = "TLN"&lt;/P&gt;
&lt;P&gt;"Long name to char"&amp;nbsp; = "*"&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your Proc Gmap you would apply the format by adding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Format namevar $shorttext. ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also created Annotate data sets with Text and a line/arrow to the location.&lt;/P&gt;
&lt;P&gt;And of course there is always the option of making a larger map realizing that may not be practical for all cases.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 16:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/742964#M21545</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-21T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc gmap: displaying symbols for graph region</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/743376#M21551</link>
      <description>&lt;P&gt;How were you displaying the region names, when "some were not displayed"?&lt;/P&gt;
&lt;P&gt;Were there any messages in the log, that might indicate why they were not displayed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-gmap-displaying-symbols-for-graph-region/m-p/743376#M21551</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2021-05-24T14:10:37Z</dc:date>
    </item>
  </channel>
</rss>

