<?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 how to choose to display some of the values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231568#M42149</link>
    <description>&lt;P&gt;the names on the yaxis are overlap because &amp;nbsp;two many values.&lt;/P&gt;&lt;P&gt;Can I just choose some values to display? e.g. choose formmer three values with a higher frequency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the flowwing code to draw the plot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT DATA= Us_flight;
HBAR _Equipment ;
YAXIS FITPOLICY = NONE;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/639iF17054C4B7092F59/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="QQ截图20151026010810.png" title="QQ截图20151026010810.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 00:16:02 GMT</pubDate>
    <dc:creator>DingDing</dc:creator>
    <dc:date>2015-10-26T00:16:02Z</dc:date>
    <item>
      <title>how to choose to display some of the values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231568#M42149</link>
      <description>&lt;P&gt;the names on the yaxis are overlap because &amp;nbsp;two many values.&lt;/P&gt;&lt;P&gt;Can I just choose some values to display? e.g. choose formmer three values with a higher frequency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the flowwing code to draw the plot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT DATA= Us_flight;
HBAR _Equipment ;
YAXIS FITPOLICY = NONE;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/639iF17054C4B7092F59/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="QQ截图20151026010810.png" title="QQ截图20151026010810.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 00:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231568#M42149</guid>
      <dc:creator>DingDing</dc:creator>
      <dc:date>2015-10-26T00:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to choose to display some of the values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231570#M42150</link>
      <description>&lt;P&gt;You could try combining VALUES= and VALUESDISPLAY= option in the YAXIS statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;YAXIS FITPOLICY=NONE VALUES=("A" "B" "C") VALUESDISPLAY=("A" "" "C");&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will display values for A, B, and C but labels for A and C only.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 00:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231570#M42150</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-10-26T00:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to choose to display some of the values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231571#M42151</link>
      <description>&lt;P&gt;It might be simpler to make your value labels smaller with &lt;STRONG&gt;FITPOLICY=NONE VALUEATTRS=(size=5);&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 00:44:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-choose-to-display-some-of-the-values/m-p/231571#M42151</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-10-26T00:44:48Z</dc:date>
    </item>
  </channel>
</rss>

