<?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: Why does the graph label only appear sometimes? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-graph-label-only-appear-sometimes/m-p/767894#M21970</link>
    <description>&lt;P&gt;Notice that only the bars with a single-digit value are being labeled. The other labels are dropped because the bars are too narrow and would cause a collision. If you make the graph a little wider, the values should appear.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 13:23:23 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2021-09-15T13:23:23Z</dc:date>
    <item>
      <title>Why does the graph label only appear sometimes?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-graph-label-only-appear-sometimes/m-p/767885#M21969</link>
      <description>&lt;P&gt;I want the counts of each bar to show, but it only shows sometimes. Is there something wrong with the program or is this a SAS issue? Thank you in advance.&lt;/P&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="mariko5797_0-1631709781911.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63610iF58A459B3C9D80F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mariko5797_0-1631709781911.png" alt="mariko5797_0-1631709781911.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data = work_comp;
 panelby BMIGRP ABRV_SPECTYPE / layout = lattice onepanel novarname;
 histogram PCOMP / scale = count datalabel = count;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-graph-label-only-appear-sometimes/m-p/767885#M21969</guid>
      <dc:creator>mariko5797</dc:creator>
      <dc:date>2021-09-15T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the graph label only appear sometimes?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-graph-label-only-appear-sometimes/m-p/767894#M21970</link>
      <description>&lt;P&gt;Notice that only the bars with a single-digit value are being labeled. The other labels are dropped because the bars are too narrow and would cause a collision. If you make the graph a little wider, the values should appear.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 13:23:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-graph-label-only-appear-sometimes/m-p/767894#M21970</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2021-09-15T13:23:23Z</dc:date>
    </item>
  </channel>
</rss>

