<?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: Connect line in graph builder on certain points only in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/602110#M80561</link>
    <description>&lt;P&gt;If you add a "Trial" column to your data table, then there are at least 2 ways to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Graph Builder can do it (it defaults to a separate color for each trial; I selected all, then broadcast a color change to black):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_0-1676568071737.png" style="width: 723px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50236iE08EBD03D3A8DCBC/image-dimensions/723x472?v=v2" width="723" height="472" role="button" title="Jed_Campbell_0-1676568071737.png" alt="Jed_Campbell_0-1676568071737.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The Variability Chart in the 'Quality and Process' menu has this functionality built in.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_1-1676568140273.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50237i030567EF1C8E897D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jed_Campbell_1-1676568140273.png" alt="Jed_Campbell_1-1676568140273.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attached an updated copy of your data table with scripts saved for each method.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 17:24:38 GMT</pubDate>
    <dc:creator>Jed_Campbell</dc:creator>
    <dc:date>2023-02-16T17:24:38Z</dc:date>
    <item>
      <title>Connect line in graph builder on certain points only</title>
      <link>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/601927#M80536</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In attached you see in the first column 40 values. Working down by row you see the values are labelled as replicate 1 or replicate 2 (these are values from duplicate measurements).&lt;BR /&gt;My wish was to connect with a line each pair of duplicate values; this is seen in the graph "Connected". To do this I ran the script below to add rows and then choose the option "No connection" for missing values. (The fourth and fifth columns in the attached data table.)&lt;/P&gt;&lt;P&gt;Is there an easier way to do this? Graph builder can do so many things and may well offer a more direct/easier way to achieve what I was seeking to achieve.&lt;/P&gt;&lt;P&gt;Many thanks, Scott.&lt;BR /&gt;&lt;BR /&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 = Current Data Table();
intCounter=2;

For(i=1,i&amp;lt;=19,i++,

	dt &amp;lt;&amp;lt; Add Rows( 1, after( intCounter ) );
	intCounter = intCounter + 3;

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:35:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/601927#M80536</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2023-06-08T16:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect line in graph builder on certain points only</title>
      <link>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/602110#M80561</link>
      <description>&lt;P&gt;If you add a "Trial" column to your data table, then there are at least 2 ways to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Graph Builder can do it (it defaults to a separate color for each trial; I selected all, then broadcast a color change to black):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_0-1676568071737.png" style="width: 723px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50236iE08EBD03D3A8DCBC/image-dimensions/723x472?v=v2" width="723" height="472" role="button" title="Jed_Campbell_0-1676568071737.png" alt="Jed_Campbell_0-1676568071737.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The Variability Chart in the 'Quality and Process' menu has this functionality built in.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_1-1676568140273.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50237i030567EF1C8E897D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jed_Campbell_1-1676568140273.png" alt="Jed_Campbell_1-1676568140273.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attached an updated copy of your data table with scripts saved for each method.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 17:24:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/602110#M80561</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-02-16T17:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect line in graph builder on certain points only</title>
      <link>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/602234#M80572</link>
      <description>&lt;P&gt;Many thanks, Jed.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 20:38:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connect-line-in-graph-builder-on-certain-points-only/m-p/602234#M80572</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2023-02-16T20:38:43Z</dc:date>
    </item>
  </channel>
</rss>

