<?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 FITPOLICY=THIN throw a warning? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229915#M8320</link>
    <description>&lt;P&gt;There is already such a message in the log (SAS 9.4M2):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;NOTE: PROCEDURE SGPANEL used (Total process time):&lt;BR /&gt; real time 5.50 seconds&lt;BR /&gt; cpu time 0.26 seconds&lt;/P&gt;
&lt;P&gt;NOTE: Some of the tick values have been thinned.&lt;BR /&gt;NOTE: Some of the tick values have been thinned.&lt;BR /&gt;NOTE: There were 19 observations read from the data set WORK.CLASS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, with SAS 9.4, you can use FitPolicy=None to force display of all values.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2015 14:56:29 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2015-10-14T14:56:29Z</dc:date>
    <item>
      <title>Can FITPOLICY=THIN throw a warning?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229913#M8319</link>
      <description>&lt;P&gt;I'm using SGPLANEL to make a dot plot with a discrete rowaxis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there are too many discrete values to fit, the axis label applies FITPOLICY=THIN and removes some of the category labels.&amp;nbsp; Is there a way to make SAS throw a WARNING when an axis is thinned?&amp;nbsp; Particularly for a discrete axis, unlabeled categories are problematic.&amp;nbsp; I would like a way to detect this other than manually reviewing the output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample code below making a very short graph, showing that not all names from SASHELP.class are included on the axis:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sort data=sashelp.class out=class;
  by sex height;
run;

ods graphics/ height=3 in;
proc sgpanel data=class;
  panelby sex/layout=rowlattice noborder novarname onepanel uniscale=column;
  rowaxis grid type=discrete discreteorder=data;
  scatter y=name x=height/markerattrs=(symbol=circlefilled);
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229913#M8319</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-10-14T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can FITPOLICY=THIN throw a warning?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229915#M8320</link>
      <description>&lt;P&gt;There is already such a message in the log (SAS 9.4M2):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;NOTE: PROCEDURE SGPANEL used (Total process time):&lt;BR /&gt; real time 5.50 seconds&lt;BR /&gt; cpu time 0.26 seconds&lt;/P&gt;
&lt;P&gt;NOTE: Some of the tick values have been thinned.&lt;BR /&gt;NOTE: Some of the tick values have been thinned.&lt;BR /&gt;NOTE: There were 19 observations read from the data set WORK.CLASS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, with SAS 9.4, you can use FitPolicy=None to force display of all values.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 14:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229915#M8320</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-10-14T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can FITPOLICY=THIN throw a warning?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229916#M8321</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54&lt;/a&gt;. Glad to see those notes in 9.4, and FitPolicy=None sounds great. Hopefully I'll be on 9.4 soon. : )</description>
      <pubDate>Wed, 14 Oct 2015 15:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-FITPOLICY-THIN-throw-a-warning/m-p/229916#M8321</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-10-14T15:04:20Z</dc:date>
    </item>
  </channel>
</rss>

