<?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: force showing all (label/group) values on y axis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470312#M16204</link>
    <description>&lt;P&gt;I can'T FolLOW whaT you ARE SAYing.&amp;nbsp; - see how writing all in mixed and mainly uppercase makes reading things so much harder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your question, post some sort of example of what you mean, you specify that the xaxis should show -5, -4, -3, -2, -1, 0 - are these not showing?&lt;/P&gt;
&lt;P&gt;Maybe you mean the yaxis?&amp;nbsp; If so specify the yaxis items in a line like the xaxis you have already done.&amp;nbsp; Don't know the exact values (well you can select into), then put a min-max.&amp;nbsp; All the statemetns are here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p07m2vpyq75fgan14m6g5pphnwlr.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p07m2vpyq75fgan14m6g5pphnwlr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;They all apply to yaxis and x/y axis2.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 13:37:46 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-06-14T13:37:46Z</dc:date>
    <item>
      <title>force showing all (label/group) values on y axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470298#M16202</link>
      <description>&lt;P&gt;I am using the code below and would like to force SAS to show all labels. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT DATA = SomeData;
 SERIES X =  ContVar Y = Labels / MARKERS LINEATTRS = (THICKNESS = 2);  
 XAXIS LABEL = 'ContVar' GRID VALUES = (-5 TO 0 BY 1);
 TITLE 'todo';
 refline -1 /axis=x label="" lineattrs=(color=red pattern=dash thickness=3);
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470298#M16202</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-06-14T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: force showing all (label/group) values on y axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470312#M16204</link>
      <description>&lt;P&gt;I can'T FolLOW whaT you ARE SAYing.&amp;nbsp; - see how writing all in mixed and mainly uppercase makes reading things so much harder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your question, post some sort of example of what you mean, you specify that the xaxis should show -5, -4, -3, -2, -1, 0 - are these not showing?&lt;/P&gt;
&lt;P&gt;Maybe you mean the yaxis?&amp;nbsp; If so specify the yaxis items in a line like the xaxis you have already done.&amp;nbsp; Don't know the exact values (well you can select into), then put a min-max.&amp;nbsp; All the statemetns are here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p07m2vpyq75fgan14m6g5pphnwlr.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p07m2vpyq75fgan14m6g5pphnwlr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;They all apply to yaxis and x/y axis2.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470312#M16204</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-14T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: force showing all (label/group) values on y axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470315#M16205</link>
      <description>Assuming that you want the “label” axis to be discrete, add this line to sgplot:&lt;BR /&gt;&lt;BR /&gt;yaxis type=discrete fitpolicy=none;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 14 Jun 2018 13:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470315#M16205</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-06-14T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: force showing all (label/group) values on y axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470316#M16206</link>
      <description>Thanks. y axis as it says in title and it is categorical - i WanNT to show all possible categories. Thanks (-:</description>
      <pubDate>Thu, 14 Jun 2018 13:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/force-showing-all-label-group-values-on-y-axis/m-p/470316#M16206</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-06-14T13:41:39Z</dc:date>
    </item>
  </channel>
</rss>

