<?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 x-axis text on SGplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/457053#M15716</link>
    <description>&lt;P&gt;Two options combined and a change to your data.&lt;/P&gt;
&lt;P&gt;The XAXIS option FITPOLICY controls how text for tickmarks displays. The Options Fitpolicy=Split, Splitalways or SplitRotate&amp;nbsp;work with the option SPLITCHAR option to indicate one or more characters to split the text.&lt;/P&gt;
&lt;P&gt;So if your xaxis statement includes Fitpolicy=Split Splitchar='*" any label on a discrete axis will split the text where the * occurs.&lt;/P&gt;
&lt;P&gt;The split character(s) are &lt;STRONG&gt;not&lt;/STRONG&gt; displayed in the result.&lt;/P&gt;
&lt;P&gt;Following the above if the value of the X variable is "This long label*wants to be*split"&lt;/P&gt;
&lt;P&gt;Then the result would look something like:&lt;/P&gt;
&lt;P&gt;This long label&lt;/P&gt;
&lt;P&gt;wants to be&lt;/P&gt;
&lt;P&gt;split&lt;/P&gt;
&lt;P&gt;Actual appearance depend on which of split, splitalways and splitrotate you use. See documentation for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have more than one splitchar but the order isn't important, there is no "use the * and then the ! if you use splitchar="*!" as splitchar="!*" will behave the same.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Apr 2018 20:29:56 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-04-24T20:29:56Z</dc:date>
    <item>
      <title>How to wrap x-axis text on SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456931#M15709</link>
      <description>&lt;P&gt;i have vbar bar graph. the x-axis labels are displaying very long.How can we wrap the text.&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="tt.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20078i8C1381FA082C747B/image-size/large?v=v2&amp;amp;px=999" role="button" title="tt.jpg" alt="tt.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456931#M15709</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-24T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap x-axis text on SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456932#M15710</link>
      <description>&lt;P&gt;What version of SAS are you running?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456932#M15710</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-04-24T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap x-axis text on SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456951#M15711</link>
      <description>&lt;P&gt;SAS 9.4 windows&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/456951#M15711</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-24T16:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap x-axis text on SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/457053#M15716</link>
      <description>&lt;P&gt;Two options combined and a change to your data.&lt;/P&gt;
&lt;P&gt;The XAXIS option FITPOLICY controls how text for tickmarks displays. The Options Fitpolicy=Split, Splitalways or SplitRotate&amp;nbsp;work with the option SPLITCHAR option to indicate one or more characters to split the text.&lt;/P&gt;
&lt;P&gt;So if your xaxis statement includes Fitpolicy=Split Splitchar='*" any label on a discrete axis will split the text where the * occurs.&lt;/P&gt;
&lt;P&gt;The split character(s) are &lt;STRONG&gt;not&lt;/STRONG&gt; displayed in the result.&lt;/P&gt;
&lt;P&gt;Following the above if the value of the X variable is "This long label*wants to be*split"&lt;/P&gt;
&lt;P&gt;Then the result would look something like:&lt;/P&gt;
&lt;P&gt;This long label&lt;/P&gt;
&lt;P&gt;wants to be&lt;/P&gt;
&lt;P&gt;split&lt;/P&gt;
&lt;P&gt;Actual appearance depend on which of split, splitalways and splitrotate you use. See documentation for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have more than one splitchar but the order isn't important, there is no "use the * and then the ! if you use splitchar="*!" as splitchar="!*" will behave the same.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 20:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/457053#M15716</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-24T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap x-axis text on SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/457064#M15717</link>
      <description>&lt;P&gt;This reason I asked the version question is that we made FITPOLICY=SPLIT the default for the X-axis in 9.4. The default SPLITCHAR is a space. So, I would have expected your axis value to split on the space, but they did not. By any chance, do you have FITPOLICY=ROTATE in your SGPLOT code?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 20:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-wrap-x-axis-text-on-SGplot/m-p/457064#M15717</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-04-24T20:58:13Z</dc:date>
    </item>
  </channel>
</rss>

