<?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: How to wrap yaxis title when using an xaxistable in proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/393217#M13495</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Another way, not mentioned in the linked article is to place the xaxistable inside the plot area. &amp;nbsp;Set LOCATION=INSIDE on the xAxisTable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;xaxistable invoice /label="a" valueattrs= (color=liggr) labelattrs=(size=8pt) location=inside;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Sep 2017 13:54:32 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-09-05T13:54:32Z</dc:date>
    <item>
      <title>How to wrap yaxis title when using an xaxistable in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392888#M13486</link>
      <description>&lt;P&gt;Hi - Is there a way to wrap a y-axis title when using xaxistable (to get around at present I am using labelpos=top, but would prefer it at the default for consistency with other charts).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg. of problem the following code :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.cars(where=(make = 'Acura'));
vbar model/response=invoice;
yaxis label= "This no longer wraps, how can I get it to wrap?";
xaxistable invoice /label="a" valueattrs= (color=liggr) labelattrs=(size=8pt);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yaxistruncate.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14806iDC242C36F700B5F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="yaxistruncate.png" alt="yaxistruncate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 01:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392888#M13486</guid>
      <dc:creator>mduarte</dc:creator>
      <dc:date>2017-09-04T01:12:59Z</dc:date>
    </item>
    <item>
      <title>How to wrap yaxis title when using an xaxistable in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392889#M13487</link>
      <description>&lt;P&gt;Hi - Is there a way to wrap a y-axis title when using xaxistable (to get around at present I am using labelpos=top, but would prefer it at the default for consistency with other charts).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg. of problem the following code :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.cars(where=(make = 'Acura'));
vbar model/response=invoice;
yaxis label= "This no longer wraps, how can I get it to wrap?";
xaxistable invoice /label="a" valueattrs= (color=liggr) labelattrs=(size=8pt);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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-center" image-alt="yaxistruncate.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14808iD09ADA9A2D7FDBB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="yaxistruncate.png" alt="yaxistruncate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 01:18:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392889#M13487</guid>
      <dc:creator>mduarte</dc:creator>
      <dc:date>2017-09-04T01:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap yaxis title when using an xaxistable in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392909#M13488</link>
      <description>&lt;P&gt;How about this?&amp;nbsp;&lt;A href="https://stats.idre.ucla.edu/sas/code/generating-multiline-axis-labels-in-sas-proc-sgplot/" target="_self"&gt;GENERATING MULTILINE AXIS LABELS IN SAS PROC SGPLOT | SAS CODE FRAGMENTS&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;It will be the yaxis in your case.&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 03:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/392909#M13488</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-09-04T03:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap yaxis title when using an xaxistable in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/393217#M13495</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Another way, not mentioned in the linked article is to place the xaxistable inside the plot area. &amp;nbsp;Set LOCATION=INSIDE on the xAxisTable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;xaxistable invoice /label="a" valueattrs= (color=liggr) labelattrs=(size=8pt) location=inside;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Sep 2017 13:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/393217#M13495</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-09-05T13:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap yaxis title when using an xaxistable in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/400846#M13680</link>
      <description>Thank-you - that also works.</description>
      <pubDate>Wed, 04 Oct 2017 00:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-yaxis-title-when-using-an-xaxistable-in-proc-sgplot/m-p/400846#M13680</guid>
      <dc:creator>mduarte</dc:creator>
      <dc:date>2017-10-04T00:57:17Z</dc:date>
    </item>
  </channel>
</rss>

