<?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 split option in axis statement/splitting  the x-axis label into two lines in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/split-option-in-axis-statement-splitting-the-x-axis-label-into/m-p/11818#M1467</link>
    <description>Hi All, &lt;BR /&gt;
 &lt;BR /&gt;
 I have used split option in axis statement to split  the values into two lines on x-axis .Since i have  used the tick option the split option is not working here, i have even tried with the format statement  also to split it into two lines  because of the irregular weeks, i have to use tick option to display them rather than by using them directly.&lt;BR /&gt;
 axis2 order=(0 to 52 by 4) offset=(4,4) label=none  minor=none split =',' &lt;BR /&gt;
 value=(h=3 tick=1 '0,V4' tick=2 '4,V5' tick=3 '8,V7' tick=4 '12,V8' tick=5 ' ' tick=6 ' ' tick=7 ' ' tick=8 '26,V9' tick=9 ' '  tick=10 ' ' tick=11 '39,V10' tick=12 ' '&lt;BR /&gt;
 tick=13 ' ' tick=14 '52,,V11' );&lt;BR /&gt;
  &lt;BR /&gt;
I need to display the x-axis label in two lines like this &lt;BR /&gt;
 &lt;BR /&gt;
 0 2 4 9 12 14 (This is firstline for weeks) &lt;BR /&gt;
 v1 v2 v3 v4 v5 v6 (this is second line  for visits)&lt;BR /&gt;
&lt;BR /&gt;
 This has to be done using proc gplot. &lt;BR /&gt;
 &lt;BR /&gt;
 Can anyone please help me in splitting the value  into two lines inspite of tick option, or any other  alternative.&lt;BR /&gt;
 &lt;BR /&gt;
 Thanks in advance for your suggestions.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Mon, 13 Jun 2011 12:31:17 GMT</pubDate>
    <dc:creator>keen_sas</dc:creator>
    <dc:date>2011-06-13T12:31:17Z</dc:date>
    <item>
      <title>split option in axis statement/splitting  the x-axis label into two lines</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/split-option-in-axis-statement-splitting-the-x-axis-label-into/m-p/11818#M1467</link>
      <description>Hi All, &lt;BR /&gt;
 &lt;BR /&gt;
 I have used split option in axis statement to split  the values into two lines on x-axis .Since i have  used the tick option the split option is not working here, i have even tried with the format statement  also to split it into two lines  because of the irregular weeks, i have to use tick option to display them rather than by using them directly.&lt;BR /&gt;
 axis2 order=(0 to 52 by 4) offset=(4,4) label=none  minor=none split =',' &lt;BR /&gt;
 value=(h=3 tick=1 '0,V4' tick=2 '4,V5' tick=3 '8,V7' tick=4 '12,V8' tick=5 ' ' tick=6 ' ' tick=7 ' ' tick=8 '26,V9' tick=9 ' '  tick=10 ' ' tick=11 '39,V10' tick=12 ' '&lt;BR /&gt;
 tick=13 ' ' tick=14 '52,,V11' );&lt;BR /&gt;
  &lt;BR /&gt;
I need to display the x-axis label in two lines like this &lt;BR /&gt;
 &lt;BR /&gt;
 0 2 4 9 12 14 (This is firstline for weeks) &lt;BR /&gt;
 v1 v2 v3 v4 v5 v6 (this is second line  for visits)&lt;BR /&gt;
&lt;BR /&gt;
 This has to be done using proc gplot. &lt;BR /&gt;
 &lt;BR /&gt;
 Can anyone please help me in splitting the value  into two lines inspite of tick option, or any other  alternative.&lt;BR /&gt;
 &lt;BR /&gt;
 Thanks in advance for your suggestions.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Mon, 13 Jun 2011 12:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/split-option-in-axis-statement-splitting-the-x-axis-label-into/m-p/11818#M1467</guid>
      <dc:creator>keen_sas</dc:creator>
      <dc:date>2011-06-13T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: split option in axis statement/splitting  the x-axis label into two lines</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/split-option-in-axis-statement-splitting-the-x-axis-label-into/m-p/11819#M1468</link>
      <description>Hello Keen@SAS,&lt;BR /&gt;
&lt;BR /&gt;
You can merge weeks and visits into a new character variable having valies like 2_15 (week=2 visits=15) and plot them on x-axis vertically using  VALUE=(ANGLE=90) in your AXIS satetment.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Mon, 13 Jun 2011 14:04:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/split-option-in-axis-statement-splitting-the-x-axis-label-into/m-p/11819#M1468</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-06-13T14:04:55Z</dc:date>
    </item>
  </channel>
</rss>

