<?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: Scatterplots in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697713#M213279</link>
    <description>Thank you!</description>
    <pubDate>Mon, 09 Nov 2020 20:48:59 GMT</pubDate>
    <dc:creator>TheJax</dc:creator>
    <dc:date>2020-11-09T20:48:59Z</dc:date>
    <item>
      <title>Scatterplots</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697704#M213273</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working with Scatterplots and have been asked to provide some additional information to a colleague.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;She wants to know if there is a way to create a table of the point counts in the grid cells.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 452px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51535i87E9732E388A03E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've only recently started using SAS and have no idea how to get this done.&amp;nbsp; Appreciate any feedback! Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 20:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697704#M213273</guid>
      <dc:creator>TheJax</dc:creator>
      <dc:date>2020-11-09T20:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplots</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697709#M213276</link>
      <description>&lt;P&gt;Forget SAS for a minute. Before anyone can do SAS, we need to understand the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Describe what a scatterplot of such data would look like — draw it on paper and scan it in; or find such a scatterplot on the Internet and give us the link,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AND explain how you create a scatterplot from such data DO NOT SKIP THIS PART.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 20:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697709#M213276</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-09T20:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplots</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697711#M213277</link>
      <description>&lt;P&gt;Are your X and Y variables used in the scatterplot actually continuous or perhaps integer? If the values are integer then likely very easy but if you they are not then you need to provide something that would let use know the boundaries of the values for each cell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the values are integer then perhaps:&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=yourdataset;
   class xvar;
   class yvar /order=descending;
   tables yvar,
             xvar*n=' '
            /misstext='0'
  ;
run;&lt;/PRE&gt;
&lt;P&gt;But likely you need to do something to provide us the cell boundaries and something like above but with Custom formats would create the cell boundaries.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 20:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697711#M213277</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-09T20:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplots</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697713#M213279</link>
      <description>Thank you!</description>
      <pubDate>Mon, 09 Nov 2020 20:48:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scatterplots/m-p/697713#M213279</guid>
      <dc:creator>TheJax</dc:creator>
      <dc:date>2020-11-09T20:48:59Z</dc:date>
    </item>
  </channel>
</rss>

