<?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: Clustering X-Y graphs in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47010#M26788</link>
    <description>&lt;P&gt;Jeff Perkinson used to do a demonstration of exactly this problem based on profiles of house prices over time across states.&amp;nbsp; The cluster analysis was performed on split data.&amp;nbsp; Perhaps there is a video somewhere . . .&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 22:21:42 GMT</pubDate>
    <dc:creator>David_Burnham</dc:creator>
    <dc:date>2017-11-09T22:21:42Z</dc:date>
    <item>
      <title>Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46916#M26732</link>
      <description>&lt;P&gt;I've got some trending data for different identifiers and I want to identify similar trends using clustering.&amp;nbsp; I'm not sure how to do this to cluster similar X-Y graphs together, or even if this is the correct way to analyze the data.&amp;nbsp; Here's some sample data:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Time Period&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;STRONG&gt;PT&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;STRONG&gt;RP&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;.1&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;.2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;.3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;.38&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;.7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;.6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;.4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;.11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;.22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;.33&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;.48&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;.77&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;.66&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;.55&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;.44&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Graphing the data shows two similar groups, A+C and B+D:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ABCD Chart.png" style="width: 614px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8243iF2ACED7124B398AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="ABCD Chart.png" alt="ABCD Chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try cluster analysis I put Time Period, PT and RP in as Y variables, but the clustering isn't what I expected.&amp;nbsp; If I set the clusters to two I get this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClusterResults.png" style="width: 347px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8244i64CD71507C113C92/image-size/large?v=v2&amp;amp;px=999" role="button" title="ClusterResults.png" alt="ClusterResults.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I save the clusters and graph them it's got them grouped spatially; not seeming to take the PT identifier into account:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClusterGraph.png" style="width: 613px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8245i2182768CD46F6AFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="ClusterGraph.png" alt="ClusterGraph.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:10:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46916#M26732</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2017-11-08T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46921#M26736</link>
      <description>&lt;P&gt;It looks like instead of clustering points you want to cluster PTs.&amp;nbsp; You could:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Fit lines or curves to each group&lt;/LI&gt;&lt;LI&gt;Save the parameters in a combined data table&lt;/LI&gt;&lt;LI&gt;Pivot/unpivot the table to have one row per PT and one column per parameter&lt;/LI&gt;&lt;LI&gt;Cluster the parameter columns&amp;nbsp;in the new table&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then you should see the two groups you point out.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:39:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46921#M26736</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2017-11-08T19:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46922#M26737</link>
      <description>&lt;P&gt;Try spliting out on PT so each PT is a column with values for each time point. Then clustering Time Period using PT. Time Period would be on Y axis of Cluster and PT would be X axis (See attached JMP table)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem you will find is that Hiearchical Clustering in JMP uses Euclidean Distance to define the distance matrix. For your case, you would nee to use correlation since you are looking for correlated PTs over time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After Spliting, you can using Multivariate to Cluster on Correlations.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:53:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46922#M26737</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2017-11-08T19:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46925#M26740</link>
      <description>&lt;P&gt;An added note. If you want to cluster on the correlations using Hierarchical Clustering, then you would need to save the correlation matrix from Multivariate as a data table, then create 4 more columns where a formula is created for each to subtract the correlation value from 1 so that you now have a "distance matrix" that can be used in Hierarchical Clustering (there is an option at the bottom left of the dialog to choose data is a distrance matrix).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you choose this option, be aware that the new columns you make have to have the same lable and the "Row" Column which is used as a label in Hierchical Clustering. There you will see that AC and BD are clustered together (almost "perfectly" so).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:11:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46925#M26740</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2017-11-08T20:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46931#M26744</link>
      <description>&lt;P&gt;Thanks to both of you for your suggestions.&amp;nbsp; Modeling the data is probably not a good option; this is what the data typically looks like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SparkLines.png" style="width: 583px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8248iD78B3F53D5FA7011/image-size/large?v=v2&amp;amp;px=999" role="button" title="SparkLines.png" alt="SparkLines.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see this is time trending data.&amp;nbsp; I would like to automatically detect that the red-circled trends are similar, and the blue-circled trends are similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:23:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/46931#M26744</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2017-11-08T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47002#M26786</link>
      <description>&lt;P&gt;Ya, I think you can get away with using Euclidean distances in that case given the nature and shape of the data.&amp;nbsp; Spliting out the data, then clustering will help a lot. You can save the cluster numbers to the data table then stack it again to use teh cluster numbers to color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached an example journal with data set and scripted buttons.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 21:56:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47002#M26786</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2017-11-09T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47010#M26788</link>
      <description>&lt;P&gt;Jeff Perkinson used to do a demonstration of exactly this problem based on profiles of house prices over time across states.&amp;nbsp; The cluster analysis was performed on split data.&amp;nbsp; Perhaps there is a video somewhere . . .&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 22:21:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47010#M26788</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2017-11-09T22:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47018#M26790</link>
      <description>&lt;P&gt;I've done something very similar to what you're looking for using home price index data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It starts off looking like this. One row for each Month/State combination. If I put that in Graph Builder I can see traces that look similar between States (e.g. NV&amp;nbsp;and FL).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz153.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8267i7076F6CAE15FA2D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMPScreenSnapz153.png" alt="JMPScreenSnapz153.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I want to find clusters of States where the Growth Rate is similar over the years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To do that, I'll need to reshape the data to get one row for each State (that's what I want to cluster) and one column for each Month (the variables I want to use to determine the clusters). To do that, I use &lt;A href="http://www.jmp.com/support/help/13-2/Split_Columns.shtml#161676" target="_self"&gt;Tables-&amp;gt;Split&lt;/A&gt;.&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="JMPScreenSnapz154.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8268i28CE1B47950E0846/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz154.png" alt="JMPScreenSnapz154.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which gives me a table like this. (NB: There are 51 rows because DC is in this data.)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz155.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8270i9D1FCF1E98DAE3C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz155.png" alt="JMPScreenSnapz155.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now I can use &lt;A href="http://www.jmp.com/support/help/13-2/Launch_the_Hierarchical_Cluster_Platform.shtml#65500" target="_self"&gt;Analyze-&amp;gt;Clustering-&amp;gt;Heirarchical Clustering&lt;/A&gt; to group&amp;nbsp;the states.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz156.png" style="width: 287px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8271i58E9CC52A70EEBF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz156.png" alt="JMPScreenSnapz156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I usually turn on the Color Clusters options from the red triangle, and for this data, since it represents the States I bring up a map in Graph Builder alongside. Now, as I drag the thumb to choose how many clusters, I can see the map color as well.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clusters.gif" style="width: 382px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8272i8ED86EC7207C672E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clusters.gif" alt="Clusters.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once I've decided on the number of clusters, I save the cluster number to the table using the hotspot.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz157.png" style="width: 157px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8273i7A9529814A1B6E74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz157.png" alt="JMPScreenSnapz157.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But that saves the number back to the table after the split and I want that cluster number in the original table. So, I use Tables-&amp;gt;Update to get it there.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz158.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8274iCFDB6151A0019C67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz158.png" alt="JMPScreenSnapz158.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz159.png" style="width: 204px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8275i2A242F30AD42346B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz159.png" alt="JMPScreenSnapz159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I can use the cluster number to color the traces from my original Graph Builder trellis to see how good it did matching the patterns. I do this&amp;nbsp;by using Cluster in the Overlay role.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz160.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8276i370C5C72C814FB4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMPScreenSnapz160.png" alt="JMPScreenSnapz160.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only used three clusters here, there are probably more but I think it does a pretty good job of getting the wiggly States together and the flat states together. Hawaii is a statistical (as well as geographic!) outlier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 22:30:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47018#M26790</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-11-09T22:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47020#M26792</link>
      <description>&lt;P&gt;Couldn't find a video so I made one ...&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fplayer.vimeo.com%2Fvideo%2F242151739%3Fapp_id%3D122963&amp;amp;dntp=1&amp;amp;display_name=Vimeo&amp;amp;url=https%3A%2F%2Fvimeo.com%2F242151739&amp;amp;image=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F665933997-0e860596d8abd6f15428d1512fa08764fbb24876ba94e801d7db31d1261215e0-d_1280%3Fregion%3Dus&amp;amp;type=text%2Fhtml&amp;amp;schema=vimeo" width="400" height="225" scrolling="no" title="JMP Clustering" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:55:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47020#M26792</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2017-11-10T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering X-Y graphs</title>
      <link>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47040#M26803</link>
      <description>&lt;P&gt;Thank you Jeff and Dave for your very clear examples!&amp;nbsp; This is exactly what I need.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:29:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clustering-X-Y-graphs/m-p/47040#M26803</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2017-11-10T13:29:01Z</dc:date>
    </item>
  </channel>
</rss>

