<?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 - Fix Overlapping X-Axis Values in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770923#M22028</link>
    <description>&lt;P&gt;I just figured out my (very silly) mistake and went to remove this post but it already had a reply! Thank you so much.&amp;nbsp; My x variable wasn't numeric- I don't know why I didn't think to check that first. I fixed that and all is well.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 15:39:20 GMT</pubDate>
    <dc:creator>lbogar314</dc:creator>
    <dc:date>2021-09-28T15:39:20Z</dc:date>
    <item>
      <title>PROC SGPLOT - Fix Overlapping X-Axis Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770912#M22026</link>
      <description>&lt;P&gt;My code is as follows:&lt;/P&gt;
&lt;P&gt;proc sgplot data = demo;&lt;BR /&gt;styleattrs datacontrastcolors=(G R Olive Steel Gold Cyan)&lt;BR /&gt;datasymbols=(circlefilled);&lt;BR /&gt;scatter x = ss y = mm / group=en;&lt;/P&gt;
&lt;P&gt;xaxis label= "SS" values = (600 to 900 by 25);&lt;BR /&gt;yaxis label= "MM" values = (-500 to 3000 by 500);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is causing my plot to remove all of the points that are not specified in the values statement. How do I avoid overlap on the x-axis but still include all of the points? I'm not sure what I am doing wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770912#M22026</guid>
      <dc:creator>lbogar314</dc:creator>
      <dc:date>2021-09-28T15:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - Fix Overlapping X-Axis Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770917#M22027</link>
      <description>&lt;P&gt;Is your x variable discrete?&amp;nbsp; Try JITTER=UNIFORM option on the SCATTER plot statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p1lcbd3lhs3t3bn1jk6d8sjt2yqx.htm#n1f5jayy00jt3cn1e7z8mjo5rl0m" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p1lcbd3lhs3t3bn1jk6d8sjt2yqx.htm#n1f5jayy00jt3cn1e7z8mjo5rl0m&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:28:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770917#M22027</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2021-09-28T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - Fix Overlapping X-Axis Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770923#M22028</link>
      <description>&lt;P&gt;I just figured out my (very silly) mistake and went to remove this post but it already had a reply! Thank you so much.&amp;nbsp; My x variable wasn't numeric- I don't know why I didn't think to check that first. I fixed that and all is well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-Fix-Overlapping-X-Axis-Values/m-p/770923#M22028</guid>
      <dc:creator>lbogar314</dc:creator>
      <dc:date>2021-09-28T15:39:20Z</dc:date>
    </item>
  </channel>
</rss>

