<?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 How to export plot from results? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/445103#M15308</link>
    <description>&lt;P&gt;I want to export coefficient progression plot generated by LASSO, but it seems "proc export" command cannot process *.jpg files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I want to export figure 44.16 on&amp;nbsp;the following&amp;nbsp;website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect031.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect031.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that I can directly export plot using a few lines of code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 10:51:20 GMT</pubDate>
    <dc:creator>YutongHu</dc:creator>
    <dc:date>2018-03-13T10:51:20Z</dc:date>
    <item>
      <title>How to export plot from results?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/445103#M15308</link>
      <description>&lt;P&gt;I want to export coefficient progression plot generated by LASSO, but it seems "proc export" command cannot process *.jpg files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I want to export figure 44.16 on&amp;nbsp;the following&amp;nbsp;website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect031.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect031.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that I can directly export plot using a few lines of code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/445103#M15308</guid>
      <dc:creator>YutongHu</dc:creator>
      <dc:date>2018-03-13T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to export plot from results?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/445105#M15309</link>
      <description>&lt;P&gt;It depends on what output type you want.&amp;nbsp; It could be as simple as putting:&lt;/P&gt;
&lt;PRE&gt;ods rtf file="c:\want.rtf";

...your code...

ods rtf cose;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/445105#M15309</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-03-13T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export plot from results?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/447429#M15374</link>
      <description>&lt;P&gt;Thank you so much. I exported pdf files, and it worked.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 14:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-export-plot-from-results/m-p/447429#M15374</guid>
      <dc:creator>YutongHu</dc:creator>
      <dc:date>2018-03-21T14:41:48Z</dc:date>
    </item>
  </channel>
</rss>

