<?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: turn x-axis value 90 degrees to display vertically in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407632#M13925</link>
    <description>&lt;P&gt;SAS 9.4m5 does this pretty easily with PROC SGPLOT as described in the article &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/06/new-features-sas-9-40-m5/" target="_self"&gt;New Features with SAS 9.40 M5&lt;/A&gt;, but i dont think it applies to PROC SGPANEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have not tried this, but perhaps use the&amp;nbsp;LABELPOS=DATACENTER option in the ROWAXIS statement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for a recommendation, I recommend &lt;A href="https://www.sas.com/store/books/categories/examples/statistical-graphics-procedures-by-example-effective-graphs-using-sas-/prodBK_63855_en.html" target="_self"&gt;Statistical Graphics Procedures By Example&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 13:19:40 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-10-26T13:19:40Z</dc:date>
    <item>
      <title>turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407579#M13924</link>
      <description>&lt;P&gt;I am using this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPANEL data=GreatData;
	panelby Cat / COLUMNS= 10 NOVARNAME;
	vbox BlaDiBla / CATEGORY=Bla NOOUTLIERS;
	rowaxis min=0 max=100;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but would like SAS to display my x axis label turned by 90 degrees - i.e. vertically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched and tried to digest the doc and believe it has to do with this&amp;nbsp;bit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rowaxis min=0 max=100 valueattrs=;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but did not get anything to work. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btw, can anyone please recommend a good book discussing everything related to 'graphing in SAS' like the above? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 08:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407579#M13924</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-10-26T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407632#M13925</link>
      <description>&lt;P&gt;SAS 9.4m5 does this pretty easily with PROC SGPLOT as described in the article &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/10/06/new-features-sas-9-40-m5/" target="_self"&gt;New Features with SAS 9.40 M5&lt;/A&gt;, but i dont think it applies to PROC SGPANEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have not tried this, but perhaps use the&amp;nbsp;LABELPOS=DATACENTER option in the ROWAXIS statement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for a recommendation, I recommend &lt;A href="https://www.sas.com/store/books/categories/examples/statistical-graphics-procedures-by-example-effective-graphs-using-sas-/prodBK_63855_en.html" target="_self"&gt;Statistical Graphics Procedures By Example&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407632#M13925</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-10-26T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407640#M13926</link>
      <description>Thanks your suggestion does not work.</description>
      <pubDate>Thu, 26 Oct 2017 13:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407640#M13926</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-10-26T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407647#M13927</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99946"&gt;@csetzkorn&lt;/a&gt; wrote:&lt;BR /&gt;Thanks your suggestion does not work.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When it comes to SG graphics procedures you really need to tell us which version of SAS you are using as every release since 9.1.3 has had pretty major changes in the features available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rowaxis controls the appearance of the Yaxis (the row component).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Colaxis controls the Xaxis. In SAS 9.4 I have the colaxis option Valuesrotate= vertical to rotate the xaxis values.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407647#M13927</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-26T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407672#M13929</link>
      <description>&lt;P&gt;A book that explains &lt;STRONG&gt;everything&lt;/STRONG&gt;?&amp;nbsp; No.&amp;nbsp; But between the ODS Graphics documentation, my free books, SAS/STAT documentation,&amp;nbsp; Sanjay's books, and the graphically speaking blog, a whole lot is explained!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Graphically Speaking SAS Blog&lt;BR /&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Basic ODS Graphics Examples&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/prod-p/grstat/9.4/en/PDF/odsbasicg.pdf" target="_blank"&gt;http://support.sas.com/documentation/prod-p/grstat/9.4/en/PDF/odsbasicg.pdf&lt;/A&gt;&lt;BR /&gt;Advanced ODS Graphics Examples&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/prod-p/grstat/9.4/en/PDF/odsadvg.pdf" target="_blank"&gt;http://support.sas.com/documentation/prod-p/grstat/9.4/en/PDF/odsadvg.pdf&lt;/A&gt;&lt;BR /&gt;SAS/STAT introductory chapters&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/141/ods.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/141/ods.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/141/odsgraph.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/141/odsgraph.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/141/templt.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/141/templt.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/stat/141/kaplan.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/stat/141/kaplan.pdf&lt;/A&gt;&lt;BR /&gt;Books by Sanjay Matange and Dan Heath&lt;BR /&gt;&lt;A href="http://support.sas.com/publishing/authors/matange.html" target="_blank"&gt;http://support.sas.com/publishing/authors/matange.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:08:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407672#M13929</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-26T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: turn x-axis value 90 degrees to display vertically</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407728#M13935</link>
      <description>&lt;P&gt;To maximize your chance of getting quick help, and to make it easier for other people to help, please always include full code with sample data that others can run to see what is happening.&amp;nbsp; Also always include the release version of your SAS software.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/turn-x-axis-value-90-degrees-to-display-vertically/m-p/407728#M13935</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-10-26T16:58:37Z</dc:date>
    </item>
  </channel>
</rss>

