<?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: [SEG 7.11] • ODS Graphics in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526039#M5045</link>
    <description>&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.cars plots=matrix;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 Jan 2019 13:43:22 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-01-10T13:43:22Z</dc:date>
    <item>
      <title>[SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526037#M5044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, happy new year &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently face a problem that I do not know/understand why and how at all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's about the ODS Graphic. I have no output at all ; only the data part, but no graphics. I have tried many ways : via the SEG Task and also via the code&amp;nbsp;with always the same result/behaviour; only the data is shown with no graphics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finaly tried with a basic test from&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/td-p/22684" target="_blank"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Correlation-matrix/td-p/22684&lt;/A&gt;&amp;nbsp;and still the same...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;
	proc corr data=sashelp.cars;
		var enginesize weight;
		with mpg_city mpg_highway;
	run;
ods graphics off;&lt;/PRE&gt;&lt;P&gt;with or without ods html, it's the same behaviour&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526037#M5044</guid>
      <dc:creator>k4minou</dc:creator>
      <dc:date>2019-01-10T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526039#M5045</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr data=sashelp.cars plots=matrix;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526039#M5045</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-10T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526046#M5046</link>
      <description>&lt;P&gt;Thank you for your quick reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your code gives me this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="weird.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26169i0831E45928FE6C8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="weird.png" alt="weird.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and as you can notice, no graphic at all... only the data... ='(&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526046#M5046</guid>
      <dc:creator>k4minou</dc:creator>
      <dc:date>2019-01-10T13:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526072#M5048</link>
      <description>&lt;P&gt;Works for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show the complete code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of SAS? What user interface (base SAS, Enterprise Guide, SAS/Studio, etc)?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 15:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526072#M5048</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-10T15:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526085#M5049</link>
      <description>&lt;P&gt;The output you show does not quite&amp;nbsp;correspond to the code shown. Please provide the actual code submitted.&lt;/P&gt;
&lt;P&gt;When I run:&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
	proc corr data=sashelp.cars plot=matrix;
		var enginesize weight;
		with mpg_city mpg_highway;
	run;
ods graphics off;&lt;/PRE&gt;
&lt;P&gt;The result for the Pearson Correlation Coefficients is only a two by two table, not 10 by 10 as shown in your output. And yes I get a plot matrix that is two by two as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if I run&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
	proc corr data=sashelp.cars plot=matrix;
	run;
ods graphics off;&lt;/PRE&gt;
&lt;P&gt;I get your tables, no plot&amp;nbsp;AND in the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;WARNING: The scatter plot matrix with more than 5000 points has been suppressed. Use the
         PLOTS(MAXPOINTS= ) option in the PROC CORR statement to change or override the cutoff.

&lt;/PRE&gt;
&lt;P&gt;So read the log when you don't get expected output. There are many ways depending on procedures used to exceed the default amount of data that will plot properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the hint from the log&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
	proc corr data=sashelp.cars plot=matrix &lt;STRONG&gt;&lt;FONT color="#ff00ff"&gt;plots(maxpoints=25000)&lt;/FONT&gt;&lt;/STRONG&gt;;
	run;
ods graphics off;&lt;/PRE&gt;
&lt;P&gt;I do get plots but not for everything. Also a 10 by 10 matrix plot is likely to result in extremely small individual plots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526085#M5049</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-10T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526301#M5073</link>
      <description>&lt;P&gt;SAS Enterprise Guide 7.11 &amp;lt;=&amp;gt; [SEG 7.11] &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 08:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526301#M5073</guid>
      <dc:creator>k4minou</dc:creator>
      <dc:date>2019-01-11T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526303#M5074</link>
      <description>&lt;P&gt;The SS is what I got from PaigeMiller's code, after submitting, with or without the ods graphics on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The weird thing is that the test code provided by PaigeMiller works for him and not for me ; it's quite a basic code...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried your code, with or without (even with lower max point)&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT color="#ff00ff"&gt;plots(maxpoints=25000)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;and I still have nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got this in my Log (I tried with 500 points only - and of course ur version does not work...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in any case for your help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;WARNING: The scatter plot matrix with more than 500 points has been suppressed. Use the PLOTS(MAXPOINTS= ) option in the PROC CORR&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;statement to change or override the cutoff.&lt;BR /&gt;NOTE: PROCEDURE CORR used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.03 seconds&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 11 Jan 2019 08:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526303#M5074</guid>
      <dc:creator>k4minou</dc:creator>
      <dc:date>2019-01-11T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: [SEG 7.11] • ODS Graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526305#M5075</link>
      <description>&lt;P&gt;I do not know if there is a relation or not, but on my version of SAS Enterprise Guide, &lt;STRONG&gt;the ODS Graphics designer is not installed&lt;/STRONG&gt;...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 08:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SEG-7-11-ODS-Graphics/m-p/526305#M5075</guid>
      <dc:creator>k4minou</dc:creator>
      <dc:date>2019-01-11T08:34:44Z</dc:date>
    </item>
  </channel>
</rss>

