<?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 Extracting Plots from procedure output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Extracting-Plots-from-procedure-output/m-p/740886#M21499</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i run the following code, i got in the output multiple&amp;nbsp; plots.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data=sashelp.class plots=all;
class sex; 
var age;  
title 'ttest of equality of means'; 
run; 
title;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to extract the plots and put some of them in the table two-by-two table. Can i do it?&lt;/P&gt;&lt;P&gt;I know that&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ODS OUTPUT destination enables to store any value that is produced by any SAS procedure(ods trace), but what about plots?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 17:42:24 GMT</pubDate>
    <dc:creator>AlexeyS</dc:creator>
    <dc:date>2021-05-12T17:42:24Z</dc:date>
    <item>
      <title>Extracting Plots from procedure output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extracting-Plots-from-procedure-output/m-p/740886#M21499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i run the following code, i got in the output multiple&amp;nbsp; plots.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data=sashelp.class plots=all;
class sex; 
var age;  
title 'ttest of equality of means'; 
run; 
title;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to extract the plots and put some of them in the table two-by-two table. Can i do it?&lt;/P&gt;&lt;P&gt;I know that&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ODS OUTPUT destination enables to store any value that is produced by any SAS procedure(ods trace), but what about plots?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 17:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extracting-Plots-from-procedure-output/m-p/740886#M21499</guid>
      <dc:creator>AlexeyS</dc:creator>
      <dc:date>2021-05-12T17:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Plots from procedure output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extracting-Plots-from-procedure-output/m-p/740888#M21500</link>
      <description>&lt;P&gt;Yes, you can use ODS OUTPUT statement to get the data that is used to create a plot. You can then use PROC SGPLOT to recreate the plot (usually). See the article&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2012/08/01/data-fro-ods-graphics.html" target="_self"&gt;"How to get data values out of ODS graphics"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 17:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extracting-Plots-from-procedure-output/m-p/740888#M21500</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-05-12T17:50:18Z</dc:date>
    </item>
  </channel>
</rss>

