<?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 anyone know how to get rid of duplicate x-axis values with not value in sas in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824891#M22971</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hlamoureux_0-1658498428227.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73599i6C76B12298955B41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hlamoureux_0-1658498428227.png" alt="hlamoureux_0-1658498428227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 14:01:05 GMT</pubDate>
    <dc:creator>hlamoureux</dc:creator>
    <dc:date>2022-07-22T14:01:05Z</dc:date>
    <item>
      <title>anyone know how to get rid of duplicate x-axis values with not value in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824891#M22971</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hlamoureux_0-1658498428227.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73599i6C76B12298955B41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hlamoureux_0-1658498428227.png" alt="hlamoureux_0-1658498428227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:01:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824891#M22971</guid>
      <dc:creator>hlamoureux</dc:creator>
      <dc:date>2022-07-22T14:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: anyone know how to get rid of duplicate x-axis values with not value in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824899#M22974</link>
      <description>&lt;P&gt;Show your code for the graph&lt;/P&gt;
&lt;P&gt;What is the format for the x-axis variable.&lt;/P&gt;
&lt;P&gt;This sort of behavior usually points to a format that does not display decimals and the axis wants to use decimals because of the range of values.&lt;/P&gt;
&lt;P&gt;Fixes could be supply a Values= list on an xaxis statement, make the axis discrete which is often appropriate for Code values, change the format to display decimals&lt;/P&gt;
&lt;P&gt;Which is best depends on the actual data involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824899#M22974</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-22T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: anyone know how to get rid of duplicate x-axis values with not value in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824905#M22975</link>
      <description>&lt;BR /&gt;data LUscores;&lt;BR /&gt;set WORK.'lu scores'n;&lt;BR /&gt;format sid 8.6;&lt;BR /&gt;format fpdtop 8.6;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sid=sidscore*1;&lt;BR /&gt;&lt;BR /&gt;FPDtop=fpdScoreTOP*1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;proc univariate data=luscores;&lt;BR /&gt;var&lt;BR /&gt;&lt;BR /&gt;SID&lt;BR /&gt;&lt;BR /&gt;fpdTOP&lt;BR /&gt;converted_PBJ_FUNDED_RATE&lt;BR /&gt;&lt;BR /&gt;Factor_trust_BAI_score&lt;BR /&gt;DNAccountValidationScore&lt;BR /&gt;FraudPoint&lt;BR /&gt;FPDMIDScore&lt;BR /&gt;NCGNSMIDScore&lt;BR /&gt;FTCheckAdvisorScore&lt;BR /&gt;LendProtectScore&lt;BR /&gt;PMTScore&lt;BR /&gt;FPDScore&lt;BR /&gt;;&lt;BR /&gt;histogram;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 22 Jul 2022 14:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824905#M22975</guid>
      <dc:creator>hlamoureux</dc:creator>
      <dc:date>2022-07-22T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: anyone know how to get rid of duplicate x-axis values with not value in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824987#M22983</link>
      <description>&lt;P&gt;If you want Proc Univariate to only display single values try adding the MIDPOINT option to your Histogram statement.&lt;/P&gt;
&lt;P&gt;I think from your given picture this might work if your values are only integers 0 to 6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Histogram&amp;nbsp; /midpoints=0&amp;nbsp; 1 2 3 4 5 6;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your variables have different ranges of values you would specify a separate histogram statement listing the variables before the / and the specific values for those variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: if your data is originating from a 0 to 10 scale or similar for ALL the variables and you just don't have some values for some variables you could set the midpoints to use the entire scale and then all the graphs would use the same midpoints.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 17:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/anyone-know-how-to-get-rid-of-duplicate-x-axis-values-with-not/m-p/824987#M22983</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-22T17:50:04Z</dc:date>
    </item>
  </channel>
</rss>

