<?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: Odd Spacing in Graph Titles in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199466#M7432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please describe how the "spacing is off", preferably a posted graphic. Destination?&lt;/P&gt;&lt;P&gt;And I believe you are using SAS 9.3, is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 20:55:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-03-11T20:55:56Z</dc:date>
    <item>
      <title>Odd Spacing in Graph Titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199465#M7431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ve seen a lot permutations for titles with odd spacing in SAS graphics.&amp;nbsp; The current one that I am trying to work around is for SGPanel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dynamic title that ends up displayed as &lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trend in Fall Enrollment Headcounnt for &lt;/P&gt;&lt;P style="text-indent: .5in;"&gt;By Location&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then Gender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title1 "Trend in &amp;amp;term Enrollment Headcount for &amp;amp;prefixLong";&lt;/P&gt;&lt;P&gt;&amp;nbsp; title2 "by &amp;amp;reportTyName1 then &amp;amp;reportTyName2";&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc sgpanel data=enrollment;&lt;/P&gt;&lt;P&gt;&amp;nbsp; panelby &amp;amp;reportTy1 &amp;amp;reportTy2/ layout=lattice uniscale=column&amp;nbsp; novarname&amp;nbsp; columns=3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar academic_period_desc / response=students_enrolled datalabel /*group=&amp;amp;enrRepTyRank*/ /*legendlabel=none*/ nostatlabel legendlabel=' ';&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowaxis display=(nolabel);&lt;/P&gt;&lt;P&gt;&amp;nbsp; colaxis display=(nolable);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*title&amp;nbsp; "Trend in &amp;amp;term Enrollment Headcount for&amp;amp;prefixLong by &amp;amp;reportTyName1 then &amp;amp;reportTyName2";&lt;/P&gt;&lt;P&gt;I also tried using the title command in the sgpanel.&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use it with a tabulate statement the title shows up correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title1 "Trend in &amp;amp;term Enrollment Headcount for &amp;amp;prefixLong";&lt;/P&gt;&lt;P&gt;&amp;nbsp; title2 "by &amp;amp;reportTyName1 then &amp;amp;reportTyName2";&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROC TABULATE missing FORMAT=COMMA8. &lt;/P&gt;&lt;P&gt;&amp;nbsp; data=enrollment;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;whereClause;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class &amp;amp;reportTy1 &amp;amp;reportTy2 academic_period_desc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var STUDENTS_ENROLLED;&lt;/P&gt;&lt;P&gt;&amp;nbsp; TABLES &amp;amp;reportTy1=' ' * (&amp;amp;reportTy2=' ' all= 'Sub-total') all='Total', &lt;/P&gt;&lt;P&gt;&amp;nbsp; academic_period_desc=' '*Students_Enrolled=' '*sum=' '&amp;nbsp; /row=float;&lt;/P&gt;&lt;P&gt;&amp;nbsp; KEYLABEL n=' ' Sum= ' ';&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the spacing is not off in one case and is in the other I know that I do not have extra spaces in my variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 20:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199465#M7431</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-11T20:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Spacing in Graph Titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199466#M7432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please describe how the "spacing is off", preferably a posted graphic. Destination?&lt;/P&gt;&lt;P&gt;And I believe you are using SAS 9.3, is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 20:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199466#M7432</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-11T20:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Spacing in Graph Titles</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199467#M7433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recalled that this was answered in another post.&amp;nbsp; Sorry for posting the same question&lt;BR /&gt;twice.&amp;nbsp; When using an insert into&lt;BR /&gt;statement in SAS 9.2 you have to use the separated by ‘ ‘ in the proc sql&lt;BR /&gt;statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 03:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Odd-Spacing-in-Graph-Titles/m-p/199467#M7433</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-12T03:00:55Z</dc:date>
    </item>
  </channel>
</rss>

