<?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 &amp;quot;pointlabel&amp;quot; need help in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19698#M441</link>
    <description>I try to use "pointlabel" statement to point out ID # of all the outliner, but the problem is it will also list all the ID # of other non-outliner. Is there any conditional statement to control this? Thanks!&lt;BR /&gt;
&lt;BR /&gt;
I want the scatter plot as below, outliner with ID #, non-outliner with a 'star' only.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://s987.photobucket.com/albums/ae359/kenouyang/Plots/?action=view&amp;amp;current=plot-1.png" target="_blank"&gt;&lt;IMG src="http://i987.photobucket.com/albums/ae359/kenouyang/Plots/plot-1.png" border="0" alt="Photobucket" /&gt;&lt;/A&gt;</description>
    <pubDate>Tue, 11 May 2010 15:32:55 GMT</pubDate>
    <dc:creator>Ken_oy</dc:creator>
    <dc:date>2010-05-11T15:32:55Z</dc:date>
    <item>
      <title>"pointlabel" need help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19698#M441</link>
      <description>I try to use "pointlabel" statement to point out ID # of all the outliner, but the problem is it will also list all the ID # of other non-outliner. Is there any conditional statement to control this? Thanks!&lt;BR /&gt;
&lt;BR /&gt;
I want the scatter plot as below, outliner with ID #, non-outliner with a 'star' only.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://s987.photobucket.com/albums/ae359/kenouyang/Plots/?action=view&amp;amp;current=plot-1.png" target="_blank"&gt;&lt;IMG src="http://i987.photobucket.com/albums/ae359/kenouyang/Plots/plot-1.png" border="0" alt="Photobucket" /&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 11 May 2010 15:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19698#M441</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2010-05-11T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: "pointlabel" need help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19699#M442</link>
      <description>You could create an extra variable in your data, and only populate that variable with a value for the markers you want to have text, and then specify that variable as the one for pointlabel to use.</description>
      <pubDate>Tue, 11 May 2010 15:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19699#M442</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-05-11T15:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: "pointlabel" need help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19700#M443</link>
      <description>Thanks for your reply,&lt;BR /&gt;
&lt;BR /&gt;
I created a new variable for those outliner (marker=ID), and (marker='missing'), for those non-outliner. but when I use pointlabel again (pointlabel=('#marker'), yes, all Outliner are now with 'ID #', but non-outliner are now with a 'dot'. &lt;BR /&gt;
&lt;BR /&gt;
pointlabel will still point out those missing values? how to remove these 'dot's ? &lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 11 May 2010 15:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19700#M443</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2010-05-11T15:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: "pointlabel" need help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19701#M444</link>
      <description>Is this variable numeric?  Try it with a character variable, and rather than the sas-numeric 'missing' (which shows up as a dot) make the character variable have the value of blank.</description>
      <pubDate>Tue, 11 May 2010 15:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19701#M444</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-05-11T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: "pointlabel" need help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19702#M445</link>
      <description>Thanks, changed to char, and now no 'dot's thanks!</description>
      <pubDate>Tue, 11 May 2010 16:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/quot-pointlabel-quot-need-help/m-p/19702#M445</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2010-05-11T16:02:07Z</dc:date>
    </item>
  </channel>
</rss>

