<?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: line connecting through points of different groups only allowing me to plot the mean (or some other statistic) of variables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947862#M109759</link>
    <description>&lt;P&gt;You might want to try to stack all your columns you used in the "X" role in your Graph Builder by using the Stack platform in the tables menu. After that is done, specify the new stacked column as "X" and use your Depth column in the overlay role. This should give you the plot you are after:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jonas_Rinne_0-1778678974490.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/103261i527F679A6C12266D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jonas_Rinne_0-1778678974490.png" alt="Jonas_Rinne_0-1778678974490.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Tablet Production.jmp" );

Graph Builder(
	Size( 1102, 793 ),
	Variables( X( :Coating Supplier ), Y( :Mill Time ), Overlay( :Blend Time ) ),
	Elements( Points( X, Y, Legend( 6 ) ), Line( X, Y, Legend( 7 ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2026 13:30:25 GMT</pubDate>
    <dc:creator>Jonas_Rinne</dc:creator>
    <dc:date>2026-05-13T13:30:25Z</dc:date>
    <item>
      <title>line connecting through points of different groups only allowing me to plot the mean (or some other statistic) of variables</title>
      <link>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947850#M109758</link>
      <description>&lt;P&gt;I am having trouble connecting a line through points of different groups. I have my data coloured according to the depth interval each sample was taken at. Previously (about a year ago) I would just right click on the graph, go to 'add' then 'line' and would achieve the result I wanted, but I have since updated JMP and it is no longer working this way. I am only able to plot the mean, min, median, or some other 'summary statistic' for my data, but not connect the points per group (result is the first image below).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have read a few other discussions with a similar problem and there was a box that could be checked under the line's settings called 'row order' that should solve this issue, but I don't see this box (second image below).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peck_1-1778675431314.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/103259iE806E13958475C8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peck_1-1778675431314.png" alt="peck_1-1778675431314.png" /&gt;&lt;/span&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="peck_0-1778675373293.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/103258i29AFCEB2167FC296/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peck_0-1778675373293.png" alt="peck_0-1778675373293.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you to anyone who can help!&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 12:31:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947850#M109758</guid>
      <dc:creator>peck</dc:creator>
      <dc:date>2026-05-13T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: line connecting through points of different groups only allowing me to plot the mean (or some other statistic) of variables</title>
      <link>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947862#M109759</link>
      <description>&lt;P&gt;You might want to try to stack all your columns you used in the "X" role in your Graph Builder by using the Stack platform in the tables menu. After that is done, specify the new stacked column as "X" and use your Depth column in the overlay role. This should give you the plot you are after:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jonas_Rinne_0-1778678974490.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/103261i527F679A6C12266D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jonas_Rinne_0-1778678974490.png" alt="Jonas_Rinne_0-1778678974490.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Tablet Production.jmp" );

Graph Builder(
	Size( 1102, 793 ),
	Variables( X( :Coating Supplier ), Y( :Mill Time ), Overlay( :Blend Time ) ),
	Elements( Points( X, Y, Legend( 6 ) ), Line( X, Y, Legend( 7 ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 13:30:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947862#M109759</guid>
      <dc:creator>Jonas_Rinne</dc:creator>
      <dc:date>2026-05-13T13:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: line connecting through points of different groups only allowing me to plot the mean (or some other statistic) of variables</title>
      <link>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947866#M109760</link>
      <description>&lt;P&gt;Thank you, the stacking worked great.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peck_0-1778681773498.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/103264iDD9935E0B9FB183B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peck_0-1778681773498.png" alt="peck_0-1778681773498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 14:16:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/line-connecting-through-points-of-different-groups-only-allowing/m-p/947866#M109760</guid>
      <dc:creator>peck</dc:creator>
      <dc:date>2026-05-13T14:16:34Z</dc:date>
    </item>
  </channel>
</rss>

