<?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 put the name with the its point in the char in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/put-the-name-with-the-its-point-in-the-char/m-p/632303#M187455</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the following code to create the Chart,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=number1;
	title "Average number of Patents and R&amp;amp;D for company in each country, 1990-2012";
	compare 
	x=(average_RD_ctry)
	y=(average_appln_ctry)
	/ group=PERSON_CTRY_CODE;
	label average_RD_ctry='Average R&amp;amp;D';
	label average_appln_ctry='Average number of patent';
	run;
title;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGScatter9.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36895iD02C95E15961B973/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGScatter9.png" alt="SGScatter9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the name of each point&amp;nbsp; (such as "AU") is shown under the chart. however, I expect to put them with the point in the char&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please give me some suggestion about this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 02:11:03 GMT</pubDate>
    <dc:creator>Alexxxxxxx</dc:creator>
    <dc:date>2020-03-16T02:11:03Z</dc:date>
    <item>
      <title>put the name with the its point in the char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-the-name-with-the-its-point-in-the-char/m-p/632303#M187455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the following code to create the Chart,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=number1;
	title "Average number of Patents and R&amp;amp;D for company in each country, 1990-2012";
	compare 
	x=(average_RD_ctry)
	y=(average_appln_ctry)
	/ group=PERSON_CTRY_CODE;
	label average_RD_ctry='Average R&amp;amp;D';
	label average_appln_ctry='Average number of patent';
	run;
title;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGScatter9.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36895iD02C95E15961B973/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGScatter9.png" alt="SGScatter9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the name of each point&amp;nbsp; (such as "AU") is shown under the chart. however, I expect to put them with the point in the char&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please give me some suggestion about this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 02:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-the-name-with-the-its-point-in-the-char/m-p/632303#M187455</guid>
      <dc:creator>Alexxxxxxx</dc:creator>
      <dc:date>2020-03-16T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: put the name with the its point in the char</title>
      <link>https://communities.sas.com/t5/SAS-Programming/put-the-name-with-the-its-point-in-the-char/m-p/632308#M187456</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE class="sas"&gt;scatter &lt;SPAN&gt;x&lt;/SPAN&gt;=Height y=Weight / datalabel=Name;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 02:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/put-the-name-with-the-its-point-in-the-char/m-p/632308#M187456</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-03-16T02:47:02Z</dc:date>
    </item>
  </channel>
</rss>

