<?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 sgplot legend show group variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166231#M300684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a legend for the group variable in a Scatter plot in SGPLOT.&amp;nbsp; I have a character variable of 18 characters length that I stored and I want to see the entire name in the legend but it only show the first 8 characters.&amp;nbsp; How can I see more characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 17:15:52 GMT</pubDate>
    <dc:creator>bjbreitling</dc:creator>
    <dc:date>2014-11-11T17:15:52Z</dc:date>
    <item>
      <title>sgplot legend show group variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166231#M300684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a legend for the group variable in a Scatter plot in SGPLOT.&amp;nbsp; I have a character variable of 18 characters length that I stored and I want to see the entire name in the legend but it only show the first 8 characters.&amp;nbsp; How can I see more characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 17:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166231#M300684</guid>
      <dc:creator>bjbreitling</dc:creator>
      <dc:date>2014-11-11T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot legend show group variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166232#M300685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm not certain what's happening. You might want to check with Tech Support. When I use the code below, I see all my characters in the legend (SAS 9.4).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Cynthia&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;data class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; set sashelp.class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; grp=catx('~',sex,age,'big_bunch_of_characters');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title 'Big Bunch of Characters in Legend';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc sgplot data=class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; scatter x=height y=weight / group=grp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11737i6C187150C18C513E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="very_long_legend.png" title="very_long_legend.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 17:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166232#M300685</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-11-11T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot legend show group variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166233#M300686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure either, I printed the table itself and saw a few of that variable had the last character or 2 cut off so I made the variable two characters longer and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 17:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sgplot-legend-show-group-variable/m-p/166233#M300686</guid>
      <dc:creator>bjbreitling</dc:creator>
      <dc:date>2014-11-11T17:59:09Z</dc:date>
    </item>
  </channel>
</rss>

