<?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: Changing the orientation of the y-axis LABEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623223#M19421</link>
    <description>&lt;P&gt;Please show the code the you are currently using to create your plot. Depending on the individual procedure the are different ways and we need to know the procedure and current options.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 23:37:19 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-02-07T23:37:19Z</dc:date>
    <item>
      <title>Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623216#M19420</link>
      <description>&lt;P&gt;Folks -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to rotate/change the orientation of the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;y-axis label&lt;/FONT&gt;&lt;/STRONG&gt;, for example - I want the label="hour' to show up on plot like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;o&lt;/P&gt;&lt;P&gt;u&lt;/P&gt;&lt;P&gt;r&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a fairly new SAS user, so thanks for any help I can get.&amp;nbsp; I've read all the documentation I could find, but not helpful. Figure the SAS PROs can help me out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 23:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623216#M19420</guid>
      <dc:creator>MarkHiltbruner</dc:creator>
      <dc:date>2020-02-07T23:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623223#M19421</link>
      <description>&lt;P&gt;Please show the code the you are currently using to create your plot. Depending on the individual procedure the are different ways and we need to know the procedure and current options.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 23:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623223#M19421</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-02-07T23:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623271#M19422</link>
      <description>&lt;P&gt;Post it at a better place :&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt;Graphics Programming&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;forum&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 04:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623271#M19422</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-02-08T04:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623281#M19423</link>
      <description>&lt;P&gt;With SAS/Graph you can use the &lt;FONT face="courier new,courier"&gt;rotate=&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;angle=&lt;/FONT&gt; options.&lt;/P&gt;
&lt;P&gt;Moved to the graphics steam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 07:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623281#M19423</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-08T07:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623571#M19435</link>
      <description>&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the source -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SGPLOT;&lt;BR /&gt;BY SMF70STN YEAR MONTH;&lt;BR /&gt;HBAR hour/RESPONSE=lpctby&lt;BR /&gt;DATALABELATTRS=(FAMILY='Georgia' SIZE=8pt COLOR=red weight=bold)&lt;BR /&gt;DATALABEL DATASKIN=crisp&lt;BR /&gt;BASELINEATTRS=(THICKNESS=0)&lt;BR /&gt;BARWIDTH=1&lt;BR /&gt;FILLATTRS=(COLOR=cadetblue);&lt;BR /&gt;format lpctby percent8.2;&lt;BR /&gt;TITLE;&lt;BR /&gt;TITLE1 H=2.0 C=BLACK 'BIT AVERAGE LPAR USAGE';&lt;BR /&gt;TITLE2 H=1.5 C=BLACK 'LPAR NAME = ' C=RED ' #BYVAL1';&lt;BR /&gt;TITLE3 H=1.5 C=BLACK 'FOR ' C=RED ' #BYVAL3' ' / ' '#BYVAL2';&lt;BR /&gt;xaxis offsetmin=0 label='LPAR*Logical*Percent*Busy'&lt;BR /&gt;labelattrs=(size=12pt family=arial color=red weight=bold);&lt;BR /&gt;yaxis offsetmin=.02 offsetmax=.02&lt;BR /&gt;label='Hour' values= (0 to 23 by 1)&lt;BR /&gt;labelattrs=(size=12pt family=arial color=red weight=bold)&lt;BR /&gt;valueshint;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Mark&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 14:48:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623571#M19435</guid>
      <dc:creator>MarkHiltbruner</dc:creator>
      <dc:date>2020-02-10T14:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623647#M19436</link>
      <description>&lt;P&gt;No, PROC SGPLOT does not support that option (which is sometimes called "Hotel Text") for the label.&lt;/P&gt;
&lt;P&gt;The best I can offer is to suppress the label by using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxis display=(nolabel);&lt;/P&gt;
&lt;P&gt;and then use SG annotation to manually stack the letters for the vertical label.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623647#M19436</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-02-10T18:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the orientation of the y-axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623681#M19437</link>
      <description>&lt;P&gt;Hi Rick -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response,&amp;nbsp; and yes, I was hoping for an easier solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 20:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-the-orientation-of-the-y-axis-LABEL/m-p/623681#M19437</guid>
      <dc:creator>MarkHiltbruner</dc:creator>
      <dc:date>2020-02-10T20:20:55Z</dc:date>
    </item>
  </channel>
</rss>

