<?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 Gradar: starcircles in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213394#M7929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;I'm using gradar proc and I trying to fill additional circle. I can't do anything with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;proc gradar data=test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart id /&amp;nbsp; freq=cnt&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; overlayvar=color&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstars=(green, yellow, red)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wstars=2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lstars=1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; starcircles=(1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstarcircles=green &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; starfill=(solid solid solid)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstarfill=( green, yellow, red)&lt;/P&gt;
&lt;P&gt; run;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;This is my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="387" src="https://communities.sas.com/legacyfs/online/10358_pastedImage_4.png" width="535" /&gt;&lt;/P&gt;&lt;P&gt;Please, help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 09:19:03 GMT</pubDate>
    <dc:creator>reindeers</dc:creator>
    <dc:date>2015-05-12T09:19:03Z</dc:date>
    <item>
      <title>Gradar: starcircles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213394#M7929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;I'm using gradar proc and I trying to fill additional circle. I can't do anything with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;proc gradar data=test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart id /&amp;nbsp; freq=cnt&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; overlayvar=color&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstars=(green, yellow, red)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wstars=2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lstars=1&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; starcircles=(1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstarcircles=green &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; starfill=(solid solid solid)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cstarfill=( green, yellow, red)&lt;/P&gt;
&lt;P&gt; run;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;This is my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="387" src="https://communities.sas.com/legacyfs/online/10358_pastedImage_4.png" width="535" /&gt;&lt;/P&gt;&lt;P&gt;Please, help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213394#M7929</guid>
      <dc:creator>reindeers</dc:creator>
      <dc:date>2015-05-12T09:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Gradar: starcircles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213395#M7930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You show a result but do not describe the "problem". I think you mean that you want the small section of arc filled in.&lt;/P&gt;&lt;P&gt;I think the easiest with this data would be to specify a WSTARCIRCLES=( ) option with a value larger than 1 for the first circle. Possibly WSTARCIRCLES=(3,1,1 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 16:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213395#M7930</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-12T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gradar: starcircles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213396#M7931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I'm sorry. Yes, I mean I have problem with this section.&lt;/P&gt;&lt;P&gt;Than you, it's work well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 08:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gradar-starcircles/m-p/213396#M7931</guid>
      <dc:creator>reindeers</dc:creator>
      <dc:date>2015-05-13T08:01:02Z</dc:date>
    </item>
  </channel>
</rss>

