<?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: Proc Corr Scatter in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521703#M17574</link>
    <description>&lt;P&gt;... as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select scatterplot;
proc corr data=sashelp.class plots=scatter;
var age height weight;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 15 Dec 2018 05:40:25 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-12-15T05:40:25Z</dc:date>
    <item>
      <title>Proc Corr Scatter</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521688#M17571</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following code to generate scatter plot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc corr data=bpanl nocorr nosimple plots=scatter;&lt;BR /&gt;var&amp;nbsp;var1&amp;nbsp;var2;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone suggest how to remove the attached part . I have already inlcuded nosimple in the code but still it shows up before the scatter plot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;2&amp;nbsp; Variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;VAr1&amp;nbsp; &amp;nbsp;var2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 15 Dec 2018 00:46:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521688#M17571</guid>
      <dc:creator>harikas</dc:creator>
      <dc:date>2018-12-15T00:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr Scatter</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521690#M17573</link>
      <description>Add ODS SELECT with the graph/table name before the procedure.</description>
      <pubDate>Sat, 15 Dec 2018 01:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521690#M17573</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-15T01:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Corr Scatter</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521703#M17574</link>
      <description>&lt;P&gt;... as in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select scatterplot;
proc corr data=sashelp.class plots=scatter;
var age height weight;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Dec 2018 05:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Corr-Scatter/m-p/521703#M17574</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-12-15T05:40:25Z</dc:date>
    </item>
  </channel>
</rss>

