<?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: issue to display ODS Graphic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938652#M46835</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must use the PLOTS= option of the PROC CORR statement to create a graph with this procedure: either &lt;FONT face="courier new,courier"&gt;plots=scatter&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;plots=matrix&lt;/FONT&gt;&amp;nbsp;or &lt;FONT face="courier new,courier"&gt;plots=all&lt;/FONT&gt; (see section &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_corr_details25.htm" target="_blank" rel="noopener"&gt;ODS Graphics&lt;/A&gt; of the procedure documentation and, for more details, the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_corr_syntax01.htm#procstat.corr.plotsopt" target="_blank" rel="noopener"&gt;documentation of the PLOTS= option&lt;/A&gt;).&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 11:37:49 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2024-08-08T11:37:49Z</dc:date>
    <item>
      <title>issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938612#M46828</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; when I turn on ODS graphics, I sometimes do not see any graphs in the output, while other times they appear as expected. I checked the settings under Tools &amp;gt; Options &amp;gt; Preferences and ensured that ODS Graphics is enabled. but I am still experiencing issues with the display of graphs; there are no relevant messages or errors in the log.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 01:24:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938612#M46828</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-08-08T01:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938640#M46831</link>
      <description>Please specify with full details one example of the issue you experience! SAScode, logfile, etc if possible using a sas dataset available as sample dataset in sashelp. TIA</description>
      <pubDate>Thu, 08 Aug 2024 08:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938640#M46831</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2024-08-08T08:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938646#M46832</link>
      <description>&lt;P&gt;for instance, when I run the below code, it does not show me any graph, and I just see the correlation results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
title "Computing Pearson Correlation Coefficients";
proc corr data=exercise nosimple rank;
var Rest_Pulse Max_Pulse Run_Pulse Age;
with Pushups;
run;title;
ods graphics off;&lt;/CODE&gt;t&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Aug 2024 10:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938646#M46832</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-08-08T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938652#M46835</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must use the PLOTS= option of the PROC CORR statement to create a graph with this procedure: either &lt;FONT face="courier new,courier"&gt;plots=scatter&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;plots=matrix&lt;/FONT&gt;&amp;nbsp;or &lt;FONT face="courier new,courier"&gt;plots=all&lt;/FONT&gt; (see section &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_corr_details25.htm" target="_blank" rel="noopener"&gt;ODS Graphics&lt;/A&gt; of the procedure documentation and, for more details, the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_corr_syntax01.htm#procstat.corr.plotsopt" target="_blank" rel="noopener"&gt;documentation of the PLOTS= option&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938652#M46835</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2024-08-08T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938656#M46836</link>
      <description>&lt;P&gt;Thanks for your answer, yes I can get the plot with the below code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=exercise nosimple  plots = matrix;
var Rest_Pulse Max_Pulse Run_Pulse Age;
with Pushups;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but my question is to get the plot using ODS graphics&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938656#M46836</guid>
      <dc:creator>bhr-q</dc:creator>
      <dc:date>2024-08-08T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938658#M46837</link>
      <description>&lt;P&gt;When you specify PLOTS=MATRIX, then PROC CORR does produce the matrix plot of correlations. That plot is done using ODS graphics.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some procedures produce plots without the use of special options inside the procedure. PROC CORR does not produce that ODS graph without PLOTS=MATRIX on the PROC CORR statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938658#M46837</guid>
      <dc:creator>StatsMan</dc:creator>
      <dc:date>2024-08-08T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: issue to display ODS Graphic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938659#M46838</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465427"&gt;@bhr-q&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;my question is to get the plot using ODS graphics&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You &lt;EM&gt;are&lt;/EM&gt; using ODS graphics. As you mentioned in your initial post, you had to "turn on ODS graphics" (using the ODS GRAPHICS statement) and this is indeed the prerequisite for the PLOTS= option to work. Otherwise, the warning&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#008000"&gt;WARNING: You must enable ODS graphics before requesting plots.&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;would be written to the log. The PLOTS= option of PROC CORR was introduced in SAS version 9, as were ODS graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 12:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/issue-to-display-ODS-Graphic/m-p/938659#M46838</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2024-08-08T12:33:09Z</dc:date>
    </item>
  </channel>
</rss>

