<?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 scatter plot with # indicator in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394778#M66419</link>
    <description>&lt;P&gt;Hi. I have the following code to make a scatter plot :&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;PROC corr DATA = corn nomiss&lt;BR /&gt;plots = scatter (nvar = 2 alpha = .4 .5);&lt;BR /&gt;VAR yield rainfall;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;I works find but I need to&amp;nbsp;use character "#" as indicator. How can I do that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 17:40:30 GMT</pubDate>
    <dc:creator>Sara73737</dc:creator>
    <dc:date>2017-09-11T17:40:30Z</dc:date>
    <item>
      <title>scatter plot with # indicator</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394778#M66419</link>
      <description>&lt;P&gt;Hi. I have the following code to make a scatter plot :&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;PROC corr DATA = corn nomiss&lt;BR /&gt;plots = scatter (nvar = 2 alpha = .4 .5);&lt;BR /&gt;VAR yield rainfall;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;I works find but I need to&amp;nbsp;use character "#" as indicator. How can I do that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394778#M66419</guid>
      <dc:creator>Sara73737</dc:creator>
      <dc:date>2017-09-11T17:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plot with # indicator</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394787#M66422</link>
      <description>&lt;P&gt;If you want control over the plot, you're better off using SGPLOT.&lt;/P&gt;
&lt;P&gt;Otherwise to modify the plots you need to muck around with the templates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's also not clear what you're actually asking. Please elaborate on your question.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394787#M66422</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-11T17:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plot with # indicator</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394837#M66427</link>
      <description>&lt;P&gt;Thanks for the answer. I'll try that but I am new to SAS so it takes longer for me to figure out how to do it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to make the points showing as hashtag in the scatter plot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394837#M66427</guid>
      <dc:creator>Sara73737</dc:creator>
      <dc:date>2017-09-11T18:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: scatter plot with # indicator</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394841#M66428</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/163849"&gt;@Sara73737&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the answer. I'll try that but I am new to SAS so it takes longer for me to figure out how to do it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to make the points showing as hashtag in the scatter plot.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, I think my answer holds, changing the characteristics of a plot from a procedure ismore difficult.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set the marker to "#" in the markerattrs of your SGPLOT or SGSCATTER.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p1hcivcbgk9glin1skripkqmyftw.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p1hcivcbgk9glin1skripkqmyftw.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Use the MARKERATTRS to change the symbols:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p1b2ff69nyh0ghn1lxlkzwkspro0.htm#p02cs9jorb86qyn1w8t7q47c36oxb&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#p1b2ff69nyh0ghn1lxlkzwkspro0.htm#p02cs9jorb86qyn1w8t7q47c36oxb&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/scatter-plot-with-indicator/m-p/394841#M66428</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-11T18:13:07Z</dc:date>
    </item>
  </channel>
</rss>

