<?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: Can I display all values of HBAR in proc report? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626677#M77473</link>
    <description>Thanks a lot for your quick reply! It worked for me!</description>
    <pubDate>Sat, 22 Feb 2020 22:19:29 GMT</pubDate>
    <dc:creator>braam</dc:creator>
    <dc:date>2020-02-22T22:19:29Z</dc:date>
    <item>
      <title>Can I display all values of HBAR in proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626669#M77470</link>
      <description>&lt;P&gt;I'm wondering if I can display all values of the "make" variable in PROC SGPLOT. The results display every second maker from the list: Audi, Buick, Chevrolet...I would like to know how to make this graph readable by itself.&lt;/P&gt;
&lt;P&gt;Relatedly, can I make this graph larger? Perhaps it would be a good solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC FREQ is included below so that you can check the full list of makers. Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc sgplot data= sashelp.cars;
		hbar make; run;

	proc freq data= sashelp.cars;
		table make; run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Feb 2020 21:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626669#M77470</guid>
      <dc:creator>braam</dc:creator>
      <dc:date>2020-02-22T21:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I display all values of HBAR in proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626673#M77471</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You can use ODS GRAPHICS statement to change the size and you can use the YAXIS statement to control the "fit policy" which is what ODS Graphics uses to avoid the tick marks colliding with each other.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="use_fitpolicy_yaxis.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36326i58B8355185EC5D5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="use_fitpolicy_yaxis.png" alt="use_fitpolicy_yaxis.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 21:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626673#M77471</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-02-22T21:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I display all values of HBAR in proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626677#M77473</link>
      <description>Thanks a lot for your quick reply! It worked for me!</description>
      <pubDate>Sat, 22 Feb 2020 22:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-I-display-all-values-of-HBAR-in-proc-report/m-p/626677#M77473</guid>
      <dc:creator>braam</dc:creator>
      <dc:date>2020-02-22T22:19:29Z</dc:date>
    </item>
  </channel>
</rss>

