<?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: Bivariate Chart - how to connect data points? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48130#M27406</link>
    <description>&lt;P&gt;Maybe you are after something like this?&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="Connected Lines Output.png" style="width: 562px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8563i9AD229B946DB7630/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connected Lines Output.png" alt="Connected Lines Output.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connected Lines.gif" style="width: 800px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8564i09C41D9A883EBF1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connected Lines.gif" alt="Connected Lines.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

dt = Open( "$Sample_data/Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 403, 330 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements(
		Points( X, Y, Legend( 3 ) ),
		Line( X, Y, Legend( 5 ), Row order( 1 ) )
	),
	Local Data Filter(
		Add Filter(
			columns( :age ),
			Where( :age == 13 ),
			Display( :age, Size( 256, 144 ), List Display )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 Dec 2017 19:41:31 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2017-12-04T19:41:31Z</dc:date>
    <item>
      <title>Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48059#M27355</link>
      <description>&lt;P&gt;Can data points be connected in a Bivariate chart?&amp;nbsp;(no fit of any kind, just a straight connection among consecutive points within each of overlaid groupings)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, I am grouping by several items so that all groups display on&amp;nbsp;a single bivariate chart.&amp;nbsp;(so I'm attempting to connect each group's points together)&amp;nbsp; thx, DJ&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 00:34:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48059#M27355</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2017-12-02T00:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48060#M27356</link>
      <description>&lt;P&gt;You could try using Graph Builder where there is the line graph option to connect the X,Y points.&amp;nbsp; It sounds like you might want to only connect the points by groups, however.&amp;nbsp; In that case, you could use Fit Y by X, and before selecting Fit every point, use the group by command to do it by whatever your grouping column is.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 00:47:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48060#M27356</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2017-12-02T00:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48091#M27379</link>
      <description>&lt;P&gt;Traditonally the Overlay Plot option under graphs was designed to do this.&amp;nbsp;&amp;nbsp;It's still hanging in there on the Graph menu (only just!)&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 21:31:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48091#M27379</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2017-12-03T21:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48125#M27404</link>
      <description>&lt;P&gt;Or perhaps the new in JMP 13 Parallel Plots workflow embedded in Graph Builder? Not sure if this is what the original poster is after? Here's a link to the online JMP 13 documentation for the Graph Builder Parallel Plot capability:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/13-2/The_Parallel_Plot.shtml" target="_blank"&gt;http://www.jmp.com/support/help/13-2/The_Parallel_Plot.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 18:35:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48125#M27404</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2017-12-04T18:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48130#M27406</link>
      <description>&lt;P&gt;Maybe you are after something like this?&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="Connected Lines Output.png" style="width: 562px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8563i9AD229B946DB7630/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connected Lines Output.png" alt="Connected Lines Output.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connected Lines.gif" style="width: 800px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8564i09C41D9A883EBF1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connected Lines.gif" alt="Connected Lines.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here( 1 );

dt = Open( "$Sample_data/Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 403, 330 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements(
		Points( X, Y, Legend( 3 ) ),
		Line( X, Y, Legend( 5 ), Row order( 1 ) )
	),
	Local Data Filter(
		Add Filter(
			columns( :age ),
			Where( :age == 13 ),
			Display( :age, Size( 256, 144 ), List Display )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:41:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48130#M27406</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2017-12-04T19:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bivariate Chart - how to connect data points?</title>
      <link>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48136#M27410</link>
      <description>&lt;P&gt;This is almost too easy, so I've presumed it isn't what you want, but have you tried Fit Each Value under the Flexible option under the red triangle menu?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 20:38:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bivariate-Chart-how-to-connect-data-points/m-p/48136#M27410</guid>
      <dc:creator>Kevin_Anderson</dc:creator>
      <dc:date>2017-12-04T20:38:46Z</dc:date>
    </item>
  </channel>
</rss>

