<?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: GTL Pie Charts with Legend in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/GTL-Pie-Charts-with-Legend/m-p/506185#M1271</link>
    <description>&lt;P&gt;If it fits you might try location=inside to share space.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2018 22:44:47 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-10-19T22:44:47Z</dc:date>
    <item>
      <title>GTL Pie Charts with Legend</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GTL-Pie-Charts-with-Legend/m-p/506167#M1268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am making a lattice of pie charts with responses from four surveys.&amp;nbsp; The legend for each of the four surveys is the same, so I have added a legend to the bottom chart in the lattice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because the bottom chart in the lattice contains the legend, the chart area is smaller in that chart than the other three.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I make the chart that contains the legend be the same size as the charts that do not contain a legend?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;statgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; piechart;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dynamic&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; _skin;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;begingraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entrytitle&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;''&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; lattice / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rows&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rowweights&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = (&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; region;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;piechart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; category=ec response = percent_of_total_study1 / dataskin=_skin datalabelcontent= none otherslice = false;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; region;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;piechart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; category=ec response = percent_of_total_study2 / dataskin=_skin datalabelcontent= none otherslice = false;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; region;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;piechart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; category=ec response = percent_of_total_study3 / dataskin=_skin datalabelcontent=none otherslice = false;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; region;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;piechart&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; category=ec response = percent_of_total_study4 / name = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ec"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; dataskin=_skin datalabelcontent= none otherslice = false;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discretelegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"ec"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = outside &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*Title = "Category"*/&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = (size = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;12&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 20:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GTL-Pie-Charts-with-Legend/m-p/506167#M1268</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2018-10-19T20:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: GTL Pie Charts with Legend</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GTL-Pie-Charts-with-Legend/m-p/506185#M1271</link>
      <description>&lt;P&gt;If it fits you might try location=inside to share space.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 22:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GTL-Pie-Charts-with-Legend/m-p/506185#M1271</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-19T22:44:47Z</dc:date>
    </item>
  </channel>
</rss>

