<?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 Shift sub-title left in proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638076#M19729</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this output and badly need shift the sub-title left. The sub-title is defined by the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=output_1;
  by SubType;
  hbox AGE / category=AVAL;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help with options which shift the sub-title left:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Title.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37986i1067A8EC9A757ED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Title.jpg" alt="Title.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 14:40:19 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2020-04-07T14:40:19Z</dc:date>
    <item>
      <title>Shift sub-title left in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638076#M19729</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this output and badly need shift the sub-title left. The sub-title is defined by the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=output_1;
  by SubType;
  hbox AGE / category=AVAL;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help with options which shift the sub-title left:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Title.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37986i1067A8EC9A757ED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Title.jpg" alt="Title.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638076#M19729</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2020-04-07T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shift sub-title left in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638103#M19731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58513"&gt;@DmytroYermak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nobyline;
title2 j=l '#byvar1=#byval1';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The first statement suppresses the default subtitle, the second statement creates a left-justified custom subtitle using the BY variable name (or label, if any) and value.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638103#M19731</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-04-07T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Shift sub-title left in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638112#M19733</link>
      <description>it helped. Thank you very much!</description>
      <pubDate>Tue, 07 Apr 2020 15:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Shift-sub-title-left-in-proc-sgplot/m-p/638112#M19733</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2020-04-07T15:36:17Z</dc:date>
    </item>
  </channel>
</rss>

