<?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: PROC SGPANEL graphs and legends in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/387388#M13278</link>
    <description>&lt;P&gt;Try using the ONEPANEL option on the PANELBY statement, and see if that gives you what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Dan&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2017 15:46:21 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2017-08-11T15:46:21Z</dc:date>
    <item>
      <title>PROC SGPANEL graphs and legends</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/387273#M13275</link>
      <description>&lt;PRE&gt;ODS RTF startpage = yes   FILE = "&amp;amp;filename." style = normal NOGTITLE NOGFOOTNOTE ;

proc sgpanel data = BEH_INDIC_7 ; 
	panelby RAC /
		spacing = 5
		novarname
		columns = 1
		uniscale = row ;
	vline annee_amo_suite / response = ratio group = &amp;amp;v_AXE. ; 
 	rowaxis display=(nolabel) ;
   	colaxis display=(nolabel) ;
	KEYLEGEND / title =  "" noborder  ;

run ;

ODS RTF close ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;by lauching this sgpanel code the result is 2 charts and 2 legends below. But I would like one chart, one legend, second chart, second legend.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Nasser&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/387273#M13275</guid>
      <dc:creator>Nasser_DRMCP</dc:creator>
      <dc:date>2017-08-11T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL graphs and legends</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/387388#M13278</link>
      <description>&lt;P&gt;Try using the ONEPANEL option on the PANELBY statement, and see if that gives you what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/387388#M13278</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-08-11T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL graphs and legends</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/388428#M13309</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;many thanks for help. I found on internet that you can get only one legend whenever you use sgpanel. so I gave up this option and I succeded to put one legend for each chart by using sgplot&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 12:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL-graphs-and-legends/m-p/388428#M13309</guid>
      <dc:creator>Nasser_DRMCP</dc:creator>
      <dc:date>2017-08-16T12:32:15Z</dc:date>
    </item>
  </channel>
</rss>

