<?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: Binning &amp;amp; Scatter plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244013#M45432</link>
    <description>Oh! I should note that I am using sgplot!</description>
    <pubDate>Sat, 16 Jan 2016 20:02:27 GMT</pubDate>
    <dc:creator>acegsm</dc:creator>
    <dc:date>2016-01-16T20:02:27Z</dc:date>
    <item>
      <title>Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244012#M45431</link>
      <description>&lt;P&gt;Good afternoon; I have a massive file and currrently I have scatter plots where the x-axis represents time1 and the y-axis represents time2. However, if possible, I would like to somehow reflect the amount of data reflected in each of those points (e.g. change the size of the point to reflect the bin size). Any suggestions on how I would accomplish this task? Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 20:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244012#M45431</guid>
      <dc:creator>acegsm</dc:creator>
      <dc:date>2016-01-16T20:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244013#M45432</link>
      <description>Oh! I should note that I am using sgplot!</description>
      <pubDate>Sat, 16 Jan 2016 20:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244013#M45432</guid>
      <dc:creator>acegsm</dc:creator>
      <dc:date>2016-01-16T20:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244016#M45434</link>
      <description>&lt;P&gt;Use a bubble plot!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 21:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244016#M45434</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-01-16T21:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244018#M45436</link>
      <description>&lt;P&gt;I was just looking at those! Can you use them with sgplot&amp;nbsp;in&amp;nbsp;SAS 9.2; I just found a powerpoint that it is a new SGplot (&lt;A href="http://www.sc-ctsi.org/assets/news-images/SAS93_SGProcedure_Static.pdf)." target="_blank"&gt;http://www.sc-ctsi.org/assets/news-images/SAS93_SGProcedure_Static.pdf).&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 21:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244018#M45436</guid>
      <dc:creator>acegsm</dc:creator>
      <dc:date>2016-01-16T21:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244042#M45445</link>
      <description>&lt;P&gt;We didn't/couldn't know you were using SAS 9.2...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GPLOT supports a bubble plot in SAS 9.2&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 03:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244042#M45445</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-17T03:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Binning &amp; Scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244419#M45549</link>
      <description>&lt;P&gt;When you say you have "a massive file," I assume that means that you do not have a single variable that summarizes the amount of data for each combination of time point.&amp;nbsp;I think you need to perform 2-D binning&amp;nbsp;of the data first, and then visualize the binned data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since&amp;nbsp;SAS 9.2 is now 8 years old, and there have been 7 releases of SAS since then, it is hard to remember what techniques were available back then. For example, if you were using a modern version of SAS, I would recommend that you &lt;A href="http://blogs.sas.com/content/iml/2014/09/02/hexagonal-bin-plot.html" target="_self"&gt;construct a hexagonal bin plot.&lt;/A&gt;&amp;nbsp;&amp;nbsp; Since that won't work in SAS 9.2, I suggest you look into &lt;A href="http://blogs.sas.com/content/iml/2014/08/27/counts-in-2d-bins.html" target="_self"&gt;using PROC KDE to count observations in two-dimensional bins.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Binning-amp-Scatter-plot/m-p/244419#M45549</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-01-19T13:17:48Z</dc:date>
    </item>
  </channel>
</rss>

