<?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: can I apply panelling to plot NBcount*day_of_inception=month in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180304#M6631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this works for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sgpanel data = graphtable;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by business_type;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; panelby month;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatter y=totalNB x=day_of_inception;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 16:46:25 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2015-01-13T16:46:25Z</dc:date>
    <item>
      <title>can I apply panelling to plot NBcount*day_of_inception=month</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180303#M6630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I have my data as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day_of Inception (values 1-31)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month (values 'Oct, Nov, Dec)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NBcount&amp;nbsp; (numbers from 0-100)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; business type ( a, b, c, d....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the graph I want for one business type using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;proc gplot data = graphtable (where= (business_type=a));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot totalNB*day_of_inception=month /hminor=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can panel the graphs so that it produces individual graphs (each with three plots (one for each month)) for each business type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not I can create a macro loop to produce the plots but I then can't figure out how to change the titles to have the business type in them so that the graphs are labeled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180303#M6630</guid>
      <dc:creator>Lucy1234</dc:creator>
      <dc:date>2015-01-13T16:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: can I apply panelling to plot NBcount*day_of_inception=month</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180304#M6631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this works for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sgpanel data = graphtable;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by business_type;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; panelby month;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatter y=totalNB x=day_of_inception;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:46:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180304#M6631</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-01-13T16:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: can I apply panelling to plot NBcount*day_of_inception=month</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180305#M6632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; by business_type;&amp;nbsp;&amp;nbsp;&amp;nbsp; was exactly what I needed and it worked in the gplot.&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 10:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/can-I-apply-panelling-to-plot-NBcount-day-of-inception-month/m-p/180305#M6632</guid>
      <dc:creator>Lucy1234</dc:creator>
      <dc:date>2015-01-14T10:09:12Z</dc:date>
    </item>
  </channel>
</rss>

