<?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 label on vertikal axis in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15980#M3425</link>
    <description>I have put my log-file. I have somewhere read that SAS have a problem with fonts and so it can not rotate the char from the label. But I dont know where I must change it in my code.&lt;BR /&gt;
&lt;BR /&gt;
666&lt;BR /&gt;
667  proc boxplot data=C_Gtyp_A_h_Free_KW_48h;&lt;BR /&gt;
668  title 'nur noch 48 Stunden2a';&lt;BR /&gt;
669  plot (n_vn sum_vd sum_lct sum_ld sum_ln)*gtyp=Cage /&lt;BR /&gt;
670    cboxes   = dagr&lt;BR /&gt;
671    cboxfill = ywh&lt;BR /&gt;
672    cframe   = vligb&lt;BR /&gt;
673    boxstyle = schematicidfar&lt;BR /&gt;
674    BOXWIDTHSCALE = 1&lt;BR /&gt;
675    NLEGEND&lt;BR /&gt;
676    notches&lt;BR /&gt;
677    vaxis = axis1;&lt;BR /&gt;
678    id animal;&lt;BR /&gt;
679  run;&lt;BR /&gt;
&lt;BR /&gt;
HINWEIS: Processing beginning for PLOT statement number 1.&lt;BR /&gt;
HINWEIS: Es wurden 994 Beobachtungen aus der Datei WORK.C_GTYP_A_H_FREE_KW_48H. ausgelesen&lt;BR /&gt;
HINWEIS: PROZEDUR BOXPLOT benötigt. (Gesamtverarbeitungszeit):&lt;BR /&gt;
         Echtzeit           0.09 Sekunden&lt;BR /&gt;
         CPU-Zeit&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Lex</description>
    <pubDate>Wed, 08 Apr 2009 07:18:19 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-08T07:18:19Z</dc:date>
    <item>
      <title>turn label on vertikal axis</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15978#M3423</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I want to turn the label at vertical axis on a boxplot about 90°. I use the statements axis1 label=(a=90 r=0); vaxis=axis1&lt;BR /&gt;
But it doesn't work. &lt;BR /&gt;
My label looks always like this&lt;BR /&gt;
L&lt;BR /&gt;
A&lt;BR /&gt;
B&lt;BR /&gt;
E&lt;BR /&gt;
L&lt;BR /&gt;
N&lt;BR /&gt;
A&lt;BR /&gt;
M&lt;BR /&gt;
E&lt;BR /&gt;
&lt;BR /&gt;
I dont know what I made wrong. It should look like this: &lt;A href="http://www.sfu.ca/sasdoc/sashtml/stat/chap18/images/boxex2d.gif" target="_blank"&gt;http://www.sfu.ca/sasdoc/sashtml/stat/chap18/images/boxex2d.gif&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Has anybody an idea?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Lex</description>
      <pubDate>Tue, 07 Apr 2009 08:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15978#M3423</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-07T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: turn label on vertikal axis</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15979#M3424</link>
      <description>Yes, I agree - your specified AXIS1 statement as shown should generate the desired label text format.  Suggest you share your code (from the SAS log generated output) for forum subscriber feedback.  Also, try making changes to your AXIS1 statement to ensure it is being referenced.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 07 Apr 2009 08:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15979#M3424</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-07T08:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: turn label on vertikal axis</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15980#M3425</link>
      <description>I have put my log-file. I have somewhere read that SAS have a problem with fonts and so it can not rotate the char from the label. But I dont know where I must change it in my code.&lt;BR /&gt;
&lt;BR /&gt;
666&lt;BR /&gt;
667  proc boxplot data=C_Gtyp_A_h_Free_KW_48h;&lt;BR /&gt;
668  title 'nur noch 48 Stunden2a';&lt;BR /&gt;
669  plot (n_vn sum_vd sum_lct sum_ld sum_ln)*gtyp=Cage /&lt;BR /&gt;
670    cboxes   = dagr&lt;BR /&gt;
671    cboxfill = ywh&lt;BR /&gt;
672    cframe   = vligb&lt;BR /&gt;
673    boxstyle = schematicidfar&lt;BR /&gt;
674    BOXWIDTHSCALE = 1&lt;BR /&gt;
675    NLEGEND&lt;BR /&gt;
676    notches&lt;BR /&gt;
677    vaxis = axis1;&lt;BR /&gt;
678    id animal;&lt;BR /&gt;
679  run;&lt;BR /&gt;
&lt;BR /&gt;
HINWEIS: Processing beginning for PLOT statement number 1.&lt;BR /&gt;
HINWEIS: Es wurden 994 Beobachtungen aus der Datei WORK.C_GTYP_A_H_FREE_KW_48H. ausgelesen&lt;BR /&gt;
HINWEIS: PROZEDUR BOXPLOT benötigt. (Gesamtverarbeitungszeit):&lt;BR /&gt;
         Echtzeit           0.09 Sekunden&lt;BR /&gt;
         CPU-Zeit&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Lex</description>
      <pubDate>Wed, 08 Apr 2009 07:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15980#M3425</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T07:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: turn label on vertikal axis</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15981#M3426</link>
      <description>Hi:&lt;BR /&gt;
  When I run the BOXPLOT example in Chapter 18 in SAS 9.2, using the AXIS statement and the code in the documentation, I get the same results as the picture in the documentation.&lt;BR /&gt;
 &lt;BR /&gt;
  However, when I run the same example in SAS 9.1.3, I get the label as you describe. Perhaps this is one of the font improvements in SAS/Graph that is different between 9.1.3 and 9.2 -- you might wish to check with Tech Support to determine whether there is a way, in SAS 9.1.3 to get the results to look as they do in 9.2 and in the doc.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 08 Apr 2009 07:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15981#M3426</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-04-08T07:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: turn label on vertikal axis</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15982#M3427</link>
      <description>Sounds more like this is one of those frustrating situations where SAS R&amp;amp;D decides to change behavior / output from one version to the next -- something, frankly, that I do not consider to be improvement but in my opinion more like inconsistency.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 08 Apr 2009 14:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/turn-label-on-vertikal-axis/m-p/15982#M3427</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-08T14:16:02Z</dc:date>
    </item>
  </channel>
</rss>

