<?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: Place the value labels at the border of each bar in a histogram in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Place-the-value-labels-at-the-border-of-each-bar-in-a-histogram/m-p/638038#M189729</link>
    <description>&lt;P&gt;Use the ENDPOINTS= option of the HISTOGRAM statement.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 12:55:02 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-04-07T12:55:02Z</dc:date>
    <item>
      <title>Place the value labels at the border of each bar in a histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Place-the-value-labels-at-the-border-of-each-bar-in-a-histogram/m-p/638035#M189728</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to present the values in histogram such that value labels define the border of each bar as shown in the image below for the first two bars for example. Right now, the numbers are placed at the middle of each bar which is not that helpful for a particular task I have in hand.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time indeed.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=sashelp.air; 
var air; histogram; 
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="univariate.png" style="width: 794px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37971iA202412D1803F2FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="univariate.png" alt="univariate.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV class="c"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Apr 2020 12:43:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Place-the-value-labels-at-the-border-of-each-bar-in-a-histogram/m-p/638035#M189728</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-04-07T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Place the value labels at the border of each bar in a histogram</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Place-the-value-labels-at-the-border-of-each-bar-in-a-histogram/m-p/638038#M189729</link>
      <description>&lt;P&gt;Use the ENDPOINTS= option of the HISTOGRAM statement.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 12:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Place-the-value-labels-at-the-border-of-each-bar-in-a-histogram/m-p/638038#M189729</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-07T12:55:02Z</dc:date>
    </item>
  </channel>
</rss>

