<?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: Remove line between last point of a curve and 1st point of next curve in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930311#M108728</link>
    <description>&lt;P&gt;so, you want to get these curves into a single graph?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_6-1770782391043.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93673i55147DBAFDED5FFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_6-1770782391043.png" alt="hogi_6-1770782391043.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... without the zig-zag lines discussed in&amp;nbsp;&lt;LI-MESSAGE title="Graph Builder. Combine Smoother and Line - how?" uid="658341" url="https://community.jmp.com/t5/Discussions/Graph-Builder-Combine-Smoother-and-Line-how/m-p/658341#U658341" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1770781082032.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93665i0ED8FCB5205CC6C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1770781082032.png" alt="hogi_2-1770781082032.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 04:00:02 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-02-11T04:00:02Z</dc:date>
    <item>
      <title>Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930218#M108718</link>
      <description>&lt;P&gt;I have 4 variables - let's call them X, Y, sweep and batch.&lt;/P&gt;
&lt;P&gt;X and Y are numerical continuous, sweep and batch are numeric nominal.&lt;/P&gt;
&lt;P&gt;I want to plot XY line curves, per sweep and batch.&lt;/P&gt;
&lt;P&gt;The data looks like:&lt;/P&gt;
&lt;P&gt;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sweep&amp;nbsp; &amp;nbsp; &amp;nbsp; batch&lt;/P&gt;
&lt;P&gt;0.10&amp;nbsp; &amp;nbsp; 0.20&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;0.11&amp;nbsp; &amp;nbsp; 0.30&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;0.15&amp;nbsp; &amp;nbsp; 0.36&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;0.12&amp;nbsp; &amp;nbsp; 0.22&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;
&lt;P&gt;0.13&amp;nbsp; &amp;nbsp; 0.31&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;
&lt;P&gt;0.14&amp;nbsp; &amp;nbsp; 0.29&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;
&lt;P&gt;0.09&amp;nbsp; &amp;nbsp; 0.2&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;
&lt;P&gt;0.12&amp;nbsp; &amp;nbsp; 0.33&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;
&lt;P&gt;0.11&amp;nbsp; &amp;nbsp; 0.31&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;
&lt;P&gt;0.14&amp;nbsp; &amp;nbsp; 0.24&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;0.10&amp;nbsp; &amp;nbsp; 0.34&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;0.11&amp;nbsp; &amp;nbsp; 0.30&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;0.13&amp;nbsp; &amp;nbsp; 0.21&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;
&lt;P&gt;0.16&amp;nbsp; &amp;nbsp; 0.22&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;
&lt;P&gt;0.18&amp;nbsp; &amp;nbsp; 0.33&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;
&lt;P&gt;0.12&amp;nbsp; &amp;nbsp; 0.21&amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;
&lt;P&gt;0.17&amp;nbsp; &amp;nbsp; 0.27&amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;
&lt;P&gt;0.19&amp;nbsp; &amp;nbsp; 0.29&amp;nbsp; &amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the overlay for sweep and color for batch.&lt;/P&gt;
&lt;P&gt;The graph puts a line between my last point of a (sweep,batch) to the 1st point of the next&amp;nbsp;(sweep,batch).&lt;/P&gt;
&lt;P&gt;I think in jmp17, this was resolved by clicking 'Row order' but no luck with jmp18.&lt;/P&gt;
&lt;P&gt;Can someone help, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 19:18:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930218#M108718</guid>
      <dc:creator>Claire</dc:creator>
      <dc:date>2026-02-10T19:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930242#M108722</link>
      <description>&lt;P&gt;This is the plot I get, which connection is incorrect?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1770757983092.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93649iF369637C7AFEA12B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1770757983092.png" alt="jthi_0-1770757983092.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 21:13:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930242#M108722</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-10T21:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930272#M108724</link>
      <description>&lt;P&gt;I think this was the intention:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sweep_batch_table.png" style="width: 392px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93656i9191EEEEA9819666/image-size/large?v=v2&amp;amp;px=999" role="button" title="sweep_batch_table.png" alt="sweep_batch_table.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sweep_batch.png" style="width: 833px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93657i1A8B5B31297AB6B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="sweep_batch.png" alt="sweep_batch.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 22:00:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930272#M108724</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2026-02-10T22:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930311#M108728</link>
      <description>&lt;P&gt;so, you want to get these curves into a single graph?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_6-1770782391043.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93673i55147DBAFDED5FFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_6-1770782391043.png" alt="hogi_6-1770782391043.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... without the zig-zag lines discussed in&amp;nbsp;&lt;LI-MESSAGE title="Graph Builder. Combine Smoother and Line - how?" uid="658341" url="https://community.jmp.com/t5/Discussions/Graph-Builder-Combine-Smoother-and-Line-how/m-p/658341#U658341" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1770781082032.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93665i0ED8FCB5205CC6C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1770781082032.png" alt="hogi_2-1770781082032.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 04:00:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930311#M108728</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-11T04:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930323#M108729</link>
      <description>&lt;P&gt;Then indeed,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;&amp;nbsp;'s approach is the key - just activate &lt;FONT face="courier new,courier"&gt;row order()&lt;/FONT&gt; to get the lines right:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_7-1770783311697.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93678i2F66EC6246D58AE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_7-1770783311697.png" alt="hogi_7-1770783311697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column( "Concatenate[sweep,batch]", Character, Formula( Char(:sweep) || "_" || Char( :batch ) ) ),
	Variables(
		X( :X ),
		Y( :Y ),
		Overlay( :"Concatenate[sweep,batch]"n, Overlay Encoding( "None" ) ),
		Color( :batch )
	),
	Elements( Points( X, Y ), Line( X, Y, Ordering( "Row Order" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;In addition:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For sorted data (with ascending X values per trace)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Sort(By( :sweep, :batch, :X ));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;there will be a cool new setting in JMP20:&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Row Ascending&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Graph-Builder-Line-possibility-to-add-breaks/idc-p/929879/highlight/true#M8256" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Wish-List/Graph-Builder-Line-possibility-to-add-breaks/idc-p/929879/highlight/true#M8256&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&amp;gt; It makes it really easy to generate plots like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_4-1770781886006.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93671iA0ACF6496D280974/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_4-1770781886006.png" alt="hogi_4-1770781886006.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables( X( :X ), Y( :Y ), Overlay( :batch ) ),
	Elements( Points( X, Y ), Line( X, Y, Ordering( "Row Ascending" ) ) )
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 15:09:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930323#M108729</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-11T15:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930429#M108737</link>
      <description>&lt;P&gt;Thanks jthi for your help - I'll reply to the latest comment - to you / miguello and hogi&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 15:05:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930429#M108737</guid>
      <dc:creator>Claire</dc:creator>
      <dc:date>2026-02-11T15:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930430#M108738</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks miguello for your help - you are correct - your plot is close to what I wanted (but I wanted sweeps in solid/dots/dashed and batches in different colors to differentiate the type of variables) I'll reply to the latest comment - to you / jthi and hogi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 15:08:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930430#M108738</guid>
      <dc:creator>Claire</dc:creator>
      <dc:date>2026-02-11T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930433#M108739</link>
      <description>&lt;P&gt;thanks all for the prompt help - much appreciated.&lt;/P&gt;
&lt;P&gt;Altogether, I did not want to concatenate cols because there are lots of cols I'm grouping by to visualise the impact (I like looking at raw data 1st). If I add empty rows for the data, keeping batch and sweep filled, your solution works perfect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My tables have ~10M lines though, I guess I need to get scripting. Pity there is no tick a box anywhere to discontinue the curves, would be much better than have to add thousands of lines to my tables...&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 15:34:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930433#M108739</guid>
      <dc:creator>Claire</dc:creator>
      <dc:date>2026-02-11T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930446#M108742</link>
      <description>Good news: you don't have to add any column to the data table.&lt;BR /&gt;In the report, select 100 columns - right click - concatenate. That's it.</description>
      <pubDate>Wed, 11 Feb 2026 15:55:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930446#M108742</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-11T15:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930454#M108743</link>
      <description>&lt;P&gt;Thanks hogi - with in the 'report' do you mean in the 'table' - I'm not finding the 'concatenate' - apologies not that agile in JMP&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 16:33:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930454#M108743</guid>
      <dc:creator>Claire</dc:creator>
      <dc:date>2026-02-11T16:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line between last point of a curve and 1st point of next curve</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930459#M108746</link>
      <description>&lt;P&gt;report -&amp;gt; plot window.&lt;BR /&gt;select the columns, right click:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1770832526308.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93736i30C0BA2F7504AFF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1770832526308.png" alt="hogi_0-1770832526308.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 17:55:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-line-between-last-point-of-a-curve-and-1st-point-of-next/m-p/930459#M108746</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-11T17:55:41Z</dc:date>
    </item>
  </channel>
</rss>

