<?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: How to plot data on a circle? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118734#M4547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your great work on graphs and for the SAS codes you share with us!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on the same problematic (plot data on a circle, polar plot). I was widely inspired from the programs you mentionned. I would have one just one question:&lt;/P&gt;&lt;P&gt;in the SAS &lt;A href="http://robslink.com/SAS/democd4/lead.sas" title="http://robslink.com/SAS/democd4/lead.sas"&gt;http://robslink.com/SAS/democd4/lead.sas&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, it is mentioned in comments that "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The marker font doesn't center exactly on the coordinate, therefore &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; if you want the markers to be in the exact right location then you'll &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;need to adjust the y-coordinate, or you could draw an annotate 'polygon' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;which you could center exactly as you like. Since this is just a &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proof-of-concept example, I'm taking the easy way, and just using&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; the plain old marker font characters". I use "&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;STYLE=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"special" and I have the same problem, i.e. the location of data in polar plot is not exactly the good one. Do you have an example of the use annotate polygon you explained in the comment of the program in order to have the exact coordinates of data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Looking forward to hearing from you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 23:28:37 GMT</pubDate>
    <dc:creator>AnalytX</dc:creator>
    <dc:date>2013-03-19T23:28:37Z</dc:date>
    <item>
      <title>How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118730#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have angles that I would like to plot on a cicle? Can I do this with SAS Graph? I have been researching, and can't seem to find the way to do this. Data ranges from 0 to 359 degrees. &lt;/P&gt;&lt;P&gt;Here is a data example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;60&lt;/P&gt;&lt;P&gt;65&lt;/P&gt;&lt;P&gt;76&lt;/P&gt;&lt;P&gt;66&lt;/P&gt;&lt;P&gt;300&lt;/P&gt;&lt;P&gt;359&lt;/P&gt;&lt;P&gt;358&lt;/P&gt;&lt;P&gt;75&lt;/P&gt;&lt;P&gt;66&lt;/P&gt;&lt;P&gt;345&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;&lt;P&gt;265&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has an idea of the approach I could take to do this, I would appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 12:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118730#M4543</guid>
      <dc:creator>Kimberley</dc:creator>
      <dc:date>2012-07-26T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118731#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll probably need to use SAS/Graph 'annotate' and the 'pie' function.&lt;/P&gt;&lt;P&gt;I'm not sure exactly how you'd like to plot your angles, but here are a few examples plotting circular data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd15/compass.htm" title="http://robslink.com/SAS/democd15/compass.htm"&gt;SAS/Graph - Custom Flight Direction chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd15/compass_info.htm" title="http://robslink.com/SAS/democd15/compass_info.htm"&gt;http://robslink.com/SAS/democd15/compass_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd17/wind.htm" title="http://robslink.com/SAS/democd17/wind.htm"&gt;Flight Direction chart - using custom SAS/Graph&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd17/wind_info.htm" title="http://robslink.com/SAS/democd17/wind_info.htm"&gt;http://robslink.com/SAS/democd17/wind_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd4/lead.htm" title="http://robslink.com/SAS/democd4/lead.htm"&gt;Lead Exposure (Custom SAS/Graph Windrose/Polar type graph)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd4/lead_info.htm" title="http://robslink.com/SAS/democd4/lead_info.htm"&gt;http://robslink.com/SAS/democd4/lead_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd46/spiral.htm" title="http://robslink.com/SAS/democd46/spiral.htm"&gt;Custom SAS/GRAPH Spiral Chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd46/spiral_info.htm" title="http://robslink.com/SAS/democd46/spiral_info.htm"&gt;http://robslink.com/SAS/democd46/spiral_info.htm&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 12:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118731#M4544</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-07-26T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118732#M4545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you transform the polar values to carteaean, and plot using scatter or vector plot.&amp;nbsp; If you really want radial and circular gridlines, it needs a bit more work.&lt;/P&gt;&lt;P&gt;Here is a blog article I wrote earlier about plotting on a polar axis using GTL but I think you can do it with SGPLOT too.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/graphicallyspeaking/2012/04/09/simpler-is-better/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2012/04/09/simpler-is-better/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 13:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118732#M4545</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-07-26T13:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118733#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a response variable that you want to plot?That would result in a polar scatter plot: (theta, r=f(theta)). Currently you've only provided angles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to get a histogram of the angles?&amp;nbsp; In that case, you'd need to bin the data (perhaps by using PROC UNIVARIATE and the OUTHISTOGRAM= option on the HISTOGRAM statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to make a dot plot of the data? In that case, set r=1 and make a polar scatter plot (theta, 1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 14:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118733#M4546</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-07-26T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118734#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your great work on graphs and for the SAS codes you share with us!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on the same problematic (plot data on a circle, polar plot). I was widely inspired from the programs you mentionned. I would have one just one question:&lt;/P&gt;&lt;P&gt;in the SAS &lt;A href="http://robslink.com/SAS/democd4/lead.sas" title="http://robslink.com/SAS/democd4/lead.sas"&gt;http://robslink.com/SAS/democd4/lead.sas&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, it is mentioned in comments that "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The marker font doesn't center exactly on the coordinate, therefore &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; if you want the markers to be in the exact right location then you'll &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;need to adjust the y-coordinate, or you could draw an annotate 'polygon' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;which you could center exactly as you like. Since this is just a &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proof-of-concept example, I'm taking the easy way, and just using&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; the plain old marker font characters". I use "&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;STYLE=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"special" and I have the same problem, i.e. the location of data in polar plot is not exactly the good one. Do you have an example of the use annotate polygon you explained in the comment of the program in order to have the exact coordinates of data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Looking forward to hearing from you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 23:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118734#M4547</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-03-19T23:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118735#M4548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If round markers would suffice, I'd strongly recommend using the built-in annotate 'pie' function - these will center exactly on the x/y coordinate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative would be to use annotate poly/polycont functions to create a custom polygon.&amp;nbsp; Here's a simple/trivial example that demonstrates the technique, and draws a diamond-shaped polygon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data my_anno;&lt;/P&gt;&lt;P&gt;length function color $8 style $35;&lt;/P&gt;&lt;P&gt;xsys='2'; ysys='2'; hsys='3'; when='a';&lt;/P&gt;&lt;P&gt;x=0; y=-.1;&lt;/P&gt;&lt;P&gt;function='poly';&lt;/P&gt;&lt;P&gt;x=x+.01; output;&lt;/P&gt;&lt;P&gt;function='polycont'; style='empty'; color='blue';&lt;/P&gt;&lt;P&gt;y=y+.01; x=x-.01; output;&lt;/P&gt;&lt;P&gt;y=y-.01; x=x-.01; output;&lt;/P&gt;&lt;P&gt;y=y-.01; x=x+.01; output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pattern1 v=s c=white;&lt;/P&gt;&lt;P&gt;proc gmap data=maps.us map=maps.us anno=my_anno;&lt;/P&gt;&lt;P&gt;id state;&lt;/P&gt;&lt;P&gt;choro state/levels=1 nolegend;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118735#M4548</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-03-20T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118736#M4549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Roger for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any available example with the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;built-in annotate 'pie' function?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 12:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118736#M4549</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-03-26T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118737#M4550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A specific example ... in the 'lead.sas' program you mentioned above, instead of using function='label', you could use function='pie'.&amp;nbsp; I'll copy-n-paste the relevant before &amp;amp; after code below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data lead; set lead;&lt;/P&gt;&lt;P&gt;length style function color $8 text $30;&lt;/P&gt;&lt;P&gt;xsys='3'; ysys='3'; hsys='3';&lt;/P&gt;&lt;P&gt;function='label';&lt;/P&gt;&lt;P&gt;/* [a few lines left out for brevity] */&lt;/P&gt;&lt;P&gt;style='marker';&lt;/P&gt;&lt;P&gt;if (mcg_dl ge 0) and (mcg_dl &amp;lt;= 5) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='graycc';&lt;/P&gt;&lt;P&gt;&amp;nbsp; text='W';&lt;/P&gt;&lt;P&gt;&amp;nbsp; size=1.75;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 5) and (mcg_dl &amp;lt;= 10) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='cx00ff00';&lt;/P&gt;&lt;P&gt;&amp;nbsp; text='C';&lt;/P&gt;&lt;P&gt;&amp;nbsp; size=2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 10) and (mcg_dl &amp;lt;= 20) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='magenta';&lt;/P&gt;&lt;P&gt;&amp;nbsp; text='U';&lt;/P&gt;&lt;P&gt;&amp;nbsp; size=2.5;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 20) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='cxff0000';&lt;/P&gt;&lt;P&gt;&amp;nbsp; text='V';&lt;/P&gt;&lt;P&gt;&amp;nbsp; size=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;style='markere'; color='black'; output; /* black outline around each marker */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data lead; set lead;&lt;/P&gt;&lt;P&gt;length style function color $8;&lt;/P&gt;&lt;P&gt;xsys='3'; ysys='3'; hsys='3';&lt;/P&gt;&lt;P&gt;function='pie'; rotate=360; size=1.5;&lt;/P&gt;&lt;P&gt;/* [a few lines left out for brevity] */&lt;/P&gt;&lt;P&gt;style='psolid';&lt;/P&gt;&lt;P&gt;if (mcg_dl ge 0) and (mcg_dl &amp;lt;= 5) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='graycc';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 5) and (mcg_dl &amp;lt;= 10) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='cx00ff00';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 10) and (mcg_dl &amp;lt;= 20) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='magenta';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;else if (mcg_dl gt 20) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color='cxff0000';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;style='pempty'; color='black'; output; /* black outline around each marker */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 12:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118737#M4550</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-03-26T12:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118738#M4551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot again. I will try this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 13:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118738#M4551</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-03-26T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot data on a circle?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118739#M4552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested your program and it worked very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 22:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-plot-data-on-a-circle/m-p/118739#M4552</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-04-03T22:13:22Z</dc:date>
    </item>
  </channel>
</rss>

