<?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: proc sgplot need to show all categories in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/516168#M22037</link>
    <description>&lt;P&gt;Thanks KSharp for your suggestion.&amp;nbsp; It might work in&amp;nbsp;some cases, however,&amp;nbsp; my page layout is already set, I&amp;nbsp;must stay within the boundary.&amp;nbsp; My apologies for not stating this constraint in my request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aroop&lt;/P&gt;</description>
    <pubDate>Mon, 26 Nov 2018 22:11:38 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2018-11-26T22:11:38Z</dc:date>
    <item>
      <title>proc sgplot need to show all categories</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515874#M22030</link>
      <description>&lt;P&gt;Is there a way to display all the categories on the yaxis in an sgplot hbar instead of every alternate ones?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example in the following every second make of car is skipped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;/P&gt;&lt;P&gt;hbar make/response=invoice stat=mean;&lt;/P&gt;&lt;P&gt;yaxis display=all;&lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 02:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515874#M22030</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2018-11-26T02:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot need to show all categories</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515897#M22031</link>
      <description>&lt;P&gt;Add &lt;STRONG&gt;fitpolicy=none&lt;/STRONG&gt;&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/response=invoice stat=mean;
yaxis display=all fitpolicy=none;
run; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Nov 2018 06:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515897#M22031</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-11-26T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot need to show all categories</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515959#M22032</link>
      <description>&lt;P&gt;Make your graph bigger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics/height=800px;
proc sgplot data=sashelp.cars;
hbar make/response=invoice stat=mean;
yaxis display=all;
run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/515959#M22032</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-11-26T12:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot need to show all categories</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/516165#M22036</link>
      <description>&lt;P&gt;Thanks PGStats, this works perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aroop&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 22:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/516165#M22036</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2018-11-26T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot need to show all categories</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/516168#M22037</link>
      <description>&lt;P&gt;Thanks KSharp for your suggestion.&amp;nbsp; It might work in&amp;nbsp;some cases, however,&amp;nbsp; my page layout is already set, I&amp;nbsp;must stay within the boundary.&amp;nbsp; My apologies for not stating this constraint in my request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aroop&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 22:11:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-sgplot-need-to-show-all-categories/m-p/516168#M22037</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2018-11-26T22:11:38Z</dc:date>
    </item>
  </channel>
</rss>

