<?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: Output all rows from PROC SGPANEL into single PNG file in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876407#M23795</link>
    <description>&lt;P&gt;Try using the ONEPANEL option on the PANELBY statement:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;panelby groups / onepanel;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 10:30:12 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2023-05-18T10:30:12Z</dc:date>
    <item>
      <title>Output all rows from PROC SGPANEL into single PNG file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876275#M23794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to output all panels (including all rows) from PROC SGPANEL into a single PNG file.&amp;nbsp; Currently PROC SGPANEL is outputting each row as a separate png file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my Code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath = "C:\";

ods graphics / imagename="All Panels" imagefmt=png;

proc sgpanel data = mydata;
  panelby groups;
  scatter x = predictor y = outcome ;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is the PNG file I want.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PANELS_Single_ImageFile.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84059i111DEC52E2900870/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PANELS_Single_ImageFile.png" alt="PANELS_Single_ImageFile.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However currently I'm getting two separate PNG files: One for each row&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First PNG File&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROC SGPANEL Multi - Row 1.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84061i1CA9ECAB7D002CCF/image-size/small?v=v2&amp;amp;px=200" role="button" title="PROC SGPANEL Multi - Row 1.png" alt="PROC SGPANEL Multi - Row 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Second PNG File&lt;/P&gt;
&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROC SGPANEL - Multi - Row 2.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84062i6F40D4A0CD548DF6/image-size/small?v=v2&amp;amp;px=200" role="button" title="PROC SGPANEL - Multi - Row 2.png" alt="PROC SGPANEL - Multi - Row 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 16:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876275#M23794</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2023-05-17T16:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output all rows from PROC SGPANEL into single PNG file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876407#M23795</link>
      <description>&lt;P&gt;Try using the ONEPANEL option on the PANELBY statement:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;panelby groups / onepanel;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876407#M23795</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-05-18T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Output all rows from PROC SGPANEL into single PNG file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876912#M23820</link>
      <description>Thank you, Rick!  I appreciate your responses on SAS Communities and your blog.  They have helped me out a bunch of times.</description>
      <pubDate>Mon, 22 May 2023 14:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-all-rows-from-PROC-SGPANEL-into-single-PNG-file/m-p/876912#M23820</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2023-05-22T14:53:19Z</dc:date>
    </item>
  </channel>
</rss>

