<?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 SGMAP - Can't limit bubble size in map bubble plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602100#M174289</link>
    <description>&lt;P&gt;I added BRADIUSMIN and px units without success.&amp;nbsp; The log message is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, DATALABEL, DATALABELATTRS,&lt;/P&gt;&lt;P&gt;DATALABELPOS, FILL, FILLATTRS, LEGENDLABEL, NAME, NOFILL, OUTLINE, TRANSPARENCY.&lt;/P&gt;&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 18:49:36 GMT</pubDate>
    <dc:creator>cookan</dc:creator>
    <dc:date>2019-11-06T18:49:36Z</dc:date>
    <item>
      <title>Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602091#M174286</link>
      <description>&lt;P&gt;I'm using proc sgmap to make a bubble plot of walleye&amp;nbsp;catches in Lake Erie.&amp;nbsp; I would like to reduce the maximum size of the bubbles to fit the map better.&amp;nbsp; The BRADIUSMAX option doesn't seem to work (as it does in proc sgplot).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*variable "wall" is the catch of walleye in index nets;&lt;/P&gt;&lt;P&gt;*second set of coordinates plot zero catches - catches greater than zero have missing coordinates;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;all&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;PDF&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;FILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Erie_Map_wal2019.pdf'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;NOTOC&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'Walleye Catch 2019'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgmap&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; mapdata=Erie plotdata=map1; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;choromap / mapid=ID density=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;bubble X=X Y=Y size=wall / NOFILL BRADIUSMAX=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;scatter&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; X=X2 Y=Y2 / markerattrs=(color=red size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; symbol=circlefilled) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;PDF&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602091#M174286</guid>
      <dc:creator>cookan</dc:creator>
      <dc:date>2019-11-06T18:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602092#M174287</link>
      <description>&lt;P&gt;Did you also use the BRADIUSMIN in conjuction with the BRADIUSMAX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It also looks like you need to specify the dimension value. Below is taken from here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=grmapref&amp;amp;docsetTarget=p1nywdk7q1c0esn1myhukeensapm.htm&amp;amp;docsetVersion=9.4_01&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=grmapref&amp;amp;docsetTarget=p1nywdk7q1c0esn1myhukeensapm.htm&amp;amp;docsetVersion=9.4_01&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 class="xis-argument"&gt;&lt;SPAN class="xis-codeFocus"&gt;SAS 9.4M6&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;BRADIUSMAX=&lt;SPAN class="xis-userSuppliedValue"&gt;n&lt;/SPAN&gt;&amp;lt;&lt;SPAN class="xis-userSuppliedValue"&gt;units&lt;/SPAN&gt;&amp;gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P&gt;&lt;SPAN class="xis-shortDescription"&gt;specifies the size of the radius of the largest bubble.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-paraSimpleFirst"&gt;You can specify any positive number for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;n&lt;/SPAN&gt;, including decimals, as the dimension of the size.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xis-paraSimple"&gt;If you want to specify a dimension in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-scope" data-gloss-modified="" data-gloss-item="1"&gt;&lt;A class="glossLink ng-scope" href="https://documentation.sas.com/" target="_blank"&gt;&lt;SPAN class="xis-glossTerm ng-scope" data-gloss-term="1"&gt;unit&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;other than the default, then you must specify the desired unit with the dimension value. An example is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;BRADIUSMAX=5PX&lt;/CODE&gt;.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-xrefSee"&gt;&lt;SPAN class="xis-xrefText"&gt;For a list of measurement units that are supported, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" title="" href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=p0sgbhvieekj9cn1wog7owbtguo9.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" data-docset-id="grstatproc" data-docset-version="9.4" data-original-href="p0sgbhvieekj9cn1wog7owbtguo9.htm"&gt;Units of Measurement&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;SAS ODS Graphics: Procedures Guide&lt;/I&gt;&lt;SPAN class="xis-xrefText"&gt;.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Viable units of measure are CM, IN, MM, PCT or %, PT, or PX.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602092#M174287</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-11-06T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602100#M174289</link>
      <description>&lt;P&gt;I added BRADIUSMIN and px units without success.&amp;nbsp; The log message is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, DATALABEL, DATALABELATTRS,&lt;/P&gt;&lt;P&gt;DATALABELPOS, FILL, FILLATTRS, LEGENDLABEL, NAME, NOFILL, OUTLINE, TRANSPARENCY.&lt;/P&gt;&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602100#M174289</guid>
      <dc:creator>cookan</dc:creator>
      <dc:date>2019-11-06T18:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602102#M174290</link>
      <description>&lt;P&gt;What version of SAS are you running it seems like maybe your not on 9.4 M6?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602102#M174290</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-11-06T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602104#M174291</link>
      <description>&lt;P&gt;9.4 TS level 1M5&lt;/P&gt;&lt;P&gt;x64 10pro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not expected to work?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602104#M174291</guid>
      <dc:creator>cookan</dc:creator>
      <dc:date>2019-11-06T18:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602105#M174292</link>
      <description>&lt;P&gt;It looks like it was added with M6 version. Given the log doesn't mention it as it does with the other optional parameters I'm going to assume that's the reason why BRADIUSMAX is not working for you. I've never messed with a bubble plot or anything regarding ODS graphics so outside of upgrading to the M6 version I'm out of ideas unfortunately.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602105#M174292</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-11-06T19:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602106#M174293</link>
      <description>&lt;P&gt;OK thanks. Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602106#M174293</guid>
      <dc:creator>cookan</dc:creator>
      <dc:date>2019-11-06T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMAP - Can't limit bubble size in map bubble plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602107#M174294</link>
      <description>&lt;P&gt;Good luck, once you get it working I wouldn't mind seeing the output. I'm not much of a walleye fisherman (Bass for me) but something like this could come in handy on some of my local lakes before fishing tournaments.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMAP-Can-t-limit-bubble-size-in-map-bubble-plot/m-p/602107#M174294</guid>
      <dc:creator>Krueger</dc:creator>
      <dc:date>2019-11-06T19:04:11Z</dc:date>
    </item>
  </channel>
</rss>

