<?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: How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908960#M106759</link>
    <description>&lt;P&gt;added to&amp;nbsp;&lt;LI-MESSAGE title="CTRL/Alt/Shift + click/select/double click/right click" uid="570994" url="https://community.jmp.com/t5/Discussions/CTRL-Alt-Shift-click-select-double-click-right-click/m-p/570994#U570994" 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;</description>
    <pubDate>Tue, 21 Oct 2025 20:20:02 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-10-21T20:20:02Z</dc:date>
    <item>
      <title>How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908834#M106737</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm struggling with a behaviour in Graph Builder that I don't understand.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to plot a line graph across several variables. When I select my variables and drag them to the "X" field I get this graph.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cathal_0-1761049298914.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85463iC36AF87A673819AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cathal_0-1761049298914.png" alt="Cathal_0-1761049298914.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The issue I'm having is that sometimes one of my variables completely changes the behaviour of this plot. In the previous plot, I included X_1 to X_10 but in the plot below I've included an additional X_11.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cathal_1-1761049389968.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85466i1DEC9DED5C1DA852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cathal_1-1761049389968.png" alt="Cathal_1-1761049389968.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I intentionally assumed this was due to the number of variables, that I had passed some limit but I've plotted many more variables before and didn't get this change in behaviour. I suspect the issue is some how due variable X_11 as when I replace any other variable the same thing happens. In the plot below I've replaced X_1 with X_11.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cathal_2-1761049684839.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85467i85095D8DFB244113/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cathal_2-1761049684839.png" alt="Cathal_2-1761049684839.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'd greatly appreciate if any one who's familiar with this behaviour and can advise on how to fix it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Cathal&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table( "Spectra",
	Add Rows( 29 ),
	New Column( "X__1",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[10.963, 10.451, 10.325, 11.131, 10.742, 11.834, 12.615, 11.841, 11.731,
			12.213, 10.963, 10.451, 10.325, 11.131, 10.742, 11.834, 12.615, 11.841,
			11.731, 12.213, 5.84, 5.986, 5.715, 5.575, 5.607, 5.531, 5.573, 5.296,
			5.268]
		)
	),
	New Column( "X__2",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[22.565, 20.785, 21.746, 22.137, 22.377, 22.668, 21.321, 21.73, 21.747,
			22.082, 22.565, 20.785, 21.746, 22.137, 22.377, 22.668, 21.321, 21.73,
			21.747, 22.082, 11.354, 11.572, 10.902, 11.106, 10.62, 10.734, 11.467,
			10.384, 10.862]
		)
	),
	New Column( "X__3",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[23.621, 21.539, 23.193, 23.267, 23.477, 23.499, 20.898, 21.782, 19.149,
			20.756, 23.621, 21.539, 23.193, 23.267, 23.477, 23.499, 20.898, 21.782,
			19.149, 20.756, 11.534, 10.964, 10.882, 10.771, 11.39, 11.106, 11.463,
			11.036, 11.645]
		)
	),
	New Column( "X__4",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[15.819, 14.54, 16.203, 15.372, 14.921, 13.934, 13.936, 13.104, 13.252,
			13.967, 15.819, 14.54, 16.203, 15.372, 14.921, 13.934, 13.936, 13.104,
			13.252, 13.967, 7.218, 7.944, 7.265, 7.287, 7.699, 7.874, 8.234, 7.439,
			8.591]
		)
	),
	New Column( "X__5",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[4.284, 4.556, 4.685, 4.576, 4.588, 4.358, 3.635, 4.352, 3.508, 4.131,
			4.284, 4.556, 4.685, 4.576, 4.588, 4.358, 3.635, 4.352, 3.508, 4.131,
			2.494, 2.799, 2.178, 2.511, 2.661, 2.373, 2.326, 2.591, 3.111]
		)
	),
	New Column( "X__6",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[0.959, 1.416, 1.373, 1.242, 1.275, 1.113, 1.449, 1.494, 1.025, 1.048,
			0.959, 1.416, 1.373, 1.242, 1.275, 1.113, 1.449, 1.494, 1.025, 1.048,
			0.847, 0.914, 0.763, 0.771, 0.79, 0.644, 0.639, 0.771, 0.848]
		)
	),
	New Column( "X__7",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[0.357, 0.574, 0.492, 0.582, 0.487, 0.498, 0.587, 0.6, 0.373, 0.552,
			0.357, 0.574, 0.492, 0.582, 0.487, 0.498, 0.587, 0.6, 0.373, 0.552,
			0.358, 0.403, 0.281, 0.378, 0.412, 0.357, 0.286, 0.309, 0.416]
		)
	),
	New Column( "X__8",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[0.248, 0.37, 0.33, 0.374, 0.311, 0.561, 0.411, 0.336, 0.372, 0.277,
			0.248, 0.37, 0.33, 0.374, 0.311, 0.561, 0.411, 0.336, 0.372, 0.277,
			0.193, 0.241, 0.196, 0.242, 0.269, 0.235, 0, 0, 0.309]
		)
	),
	New Column( "X__9",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[3.516, 3.689, 3.175, 3.045, 3.575, 3.397, 2.862, 3.026, 4.14, 3.579,
			3.516, 3.689, 3.175, 3.045, 3.575, 3.397, 2.862, 3.026, 4.14, 3.579,
			1.151, 1.39, 1.809, 1.735, 1.342, 1.624, 1.311, 1.068, 1.62]
		)
	),
	New Column( "X__10",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[23.754, 21.85, 22.825, 23.564, 22.097, 21.678, 22.293, 20.308, 25.639,
			23.728, 23.754, 21.85, 22.825, 23.564, 22.097, 21.678, 22.293, 20.308,
			25.639, 23.728, 9.808, 9.801, 9.248, 9.754, 10.548, 9.692, 9.512, 9.466,
			9.666]
		)
	),
	New Column( "X__11",
		Numeric,
		"Continuous",
		Format( "Best", 15 ),
		Set Values(
			[77.806, 78.581, 77.367, 83.74, 79.909, 77.816, 80.618, 76.621, 81.94,
			76.984, 77.806, 78.581, 77.367, 83.74, 79.909, 77.816, 80.618, 76.621,
			81.94, 76.984, 39.768, 40.147, 38.28, 39.133, 41.464, 41.854, 38.858,
			40.516, 38.15]
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:33:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908834#M106737</guid>
      <dc:creator>Cathal</dc:creator>
      <dc:date>2025-10-21T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908875#M106738</link>
      <description>&lt;P&gt;Right click and change the Combine Scales&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1761050154128.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85470i15F6C0888A3B451D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1761050154128.png" alt="jthi_0-1761050154128.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1761050178215.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85471i8171A2678B83AF3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1761050178215.png" alt="jthi_1-1761050178215.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Graph builder does have this setting which you can access if you hold shift when you click on the red triangle&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1761050212000.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85472i2FB2447BC4038AC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1761050212000.png" alt="jthi_2-1761050212000.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:37:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908875#M106738</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-10-21T12:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908887#M106739</link>
      <description>&lt;P&gt;Thanks Jarmo! That works perfectly!&lt;/P&gt;
&lt;P&gt;Also, learned that holding shift when clicking red-triangle makes more options available :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:11:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908887#M106739</guid>
      <dc:creator>Cathal</dc:creator>
      <dc:date>2025-10-21T13:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Continuous Line Plot in Graph Builder for Multiple Variables in X</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908960#M106759</link>
      <description>&lt;P&gt;added to&amp;nbsp;&lt;LI-MESSAGE title="CTRL/Alt/Shift + click/select/double click/right click" uid="570994" url="https://community.jmp.com/t5/Discussions/CTRL-Alt-Shift-click-select-double-click-right-click/m-p/570994#U570994" 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;</description>
      <pubDate>Tue, 21 Oct 2025 20:20:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Continuous-Line-Plot-in-Graph-Builder-for-Multiple/m-p/908960#M106759</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-10-21T20:20:02Z</dc:date>
    </item>
  </channel>
</rss>

