<?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: SGPLOT output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43581#M1421</link>
    <description>You need to use proc SGPANEL.  &lt;BR /&gt;
&lt;BR /&gt;
This works exactly like proc SGPLOT, except you can provide a PANELBY statement providing a (list of) classification variables.  In your case that will be PANELBY date.  You can control the paneling by providing the correct options on the PANELBY statement.  &lt;BR /&gt;
&lt;BR /&gt;
Many layouts are available, the default is PANEL, which is what you probably want for one class variable.  If you have multiple class variables, say month for column and Year for Row, then you can also use LAYOUT=LATTICE.&lt;BR /&gt;
&lt;BR /&gt;
Plot statement options are very similar to SGPLOT.  Please see the doc for proc SGPANEL under SAS/GRAPH Statistical Graphics Procedures.</description>
    <pubDate>Fri, 02 Jul 2010 16:14:40 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2010-07-02T16:14:40Z</dc:date>
    <item>
      <title>SGPLOT output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43580#M1420</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am looking to get graphs of the series _30dpd by business day per month.  I want the graphs to be next to each other (in panel form) so that I can assess the visual differences by month.  The first sgplot gives the series by month on one graph.  The second sgplot gives each month on a seperate page.  I want to get, 4 to 6 graphs on the same page.&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc sgplot data=prelim_data_2;&lt;BR /&gt;
series x=business_day_of_month y=_30dpd/group=date;&lt;BR /&gt;
format date monyy.;&lt;BR /&gt;
run;&lt;BR /&gt;
proc sgplot data=prelim_data_2;&lt;BR /&gt;
series x=business_day_of_month y=_30dpd;&lt;BR /&gt;
format date monyy.;&lt;BR /&gt;
by date;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your time in advising me.&lt;BR /&gt;
&lt;BR /&gt;
Teresa</description>
      <pubDate>Fri, 02 Jul 2010 15:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43580#M1420</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-02T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43581#M1421</link>
      <description>You need to use proc SGPANEL.  &lt;BR /&gt;
&lt;BR /&gt;
This works exactly like proc SGPLOT, except you can provide a PANELBY statement providing a (list of) classification variables.  In your case that will be PANELBY date.  You can control the paneling by providing the correct options on the PANELBY statement.  &lt;BR /&gt;
&lt;BR /&gt;
Many layouts are available, the default is PANEL, which is what you probably want for one class variable.  If you have multiple class variables, say month for column and Year for Row, then you can also use LAYOUT=LATTICE.&lt;BR /&gt;
&lt;BR /&gt;
Plot statement options are very similar to SGPLOT.  Please see the doc for proc SGPANEL under SAS/GRAPH Statistical Graphics Procedures.</description>
      <pubDate>Fri, 02 Jul 2010 16:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43581#M1421</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2010-07-02T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43582#M1422</link>
      <description>Many thanks and a good holiday to you.</description>
      <pubDate>Fri, 02 Jul 2010 17:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-output/m-p/43582#M1422</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-02T17:14:13Z</dc:date>
    </item>
  </channel>
</rss>

