<?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 change orientation of barlabels in histogram in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503560#M839</link>
    <description>Unfortunately modifying the default graphics is harder, its significantly easier if you're using PROC SGPLOT.</description>
    <pubDate>Thu, 11 Oct 2018 20:42:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-11T20:42:10Z</dc:date>
    <item>
      <title>how to change orientation of barlabels in histogram</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503553#M837</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;I am using this code to graph a histogram, but the barlabels are overlapping eachother. Like in excel , is there a way to change orientation of the barlabels? I have been trying to look for the ans for the past 1 hour. I found orient and rotate option but don't seem to work here.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;univariate&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; =&amp;nbsp;have &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;noprint&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;variable1 /&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;vscale&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=percent &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;barlabel = percent&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;midpoints&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;INSET&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;N&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MEAN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MEDIAN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;STD&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Std. Dev'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;POSITION&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = ne;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; variable1= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;""&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:30:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503553#M837</guid>
      <dc:creator>d0816</dc:creator>
      <dc:date>2018-10-11T20:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to change orientation of barlabels in histogram</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503556#M838</link>
      <description>&lt;P&gt;Many midpoints doesn't leave much space. Consider if you actually need that many or if the spacing (the 2) needs to be that small.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Increase the graph size using ODS graphics options is one possibility but may not be feasible depending on the actual range of values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another might be to use Proc SGPLOT which has many more options with histogram. Or summarizing the data and using a VBAR or HBAR type display.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503556#M838</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-11T20:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to change orientation of barlabels in histogram</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503560#M839</link>
      <description>Unfortunately modifying the default graphics is harder, its significantly easier if you're using PROC SGPLOT.</description>
      <pubDate>Thu, 11 Oct 2018 20:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503560#M839</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-11T20:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to change orientation of barlabels in histogram</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503566#M840</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do you change orientation with proc SGPLOT?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503566#M840</guid>
      <dc:creator>d0816</dc:creator>
      <dc:date>2018-10-11T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to change orientation of barlabels in histogram</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503569#M841</link>
      <description>&lt;P&gt;The blog post below may be of help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/12/19/axis-values-display/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2016/12/19/axis-values-display/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-change-orientation-of-barlabels-in-histogram/m-p/503569#M841</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-10-11T20:53:34Z</dc:date>
    </item>
  </channel>
</rss>

