<?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: Variability Chart - Cannot Add Line For Each Data Point In Each Group in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Cannot-Add-Line-For-Each-Data-Point-In-Each/m-p/421601#M67047</link>
    <description>&lt;P&gt;I was able to replicate your issue - and what seems to be the issue is that Sublot and Workweek are redundant - if you only use Product-Sublot on the x-axis you can connect means as expected, but as soon as you add workweek that stops.&amp;nbsp; I know that you cannot connect means across subgroups - so if you had different defect types you would only connect means within each Defect type. So what I think is happening is JMP is treating workweek as a distinct subgroup within Sublot and therefore is unable to connect.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 12:50:26 GMT</pubDate>
    <dc:creator>andersonmj2</dc:creator>
    <dc:date>2021-09-28T12:50:26Z</dc:date>
    <item>
      <title>Variability Chart - Cannot Add Line For Each Data Point In Each Group</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Cannot-Add-Line-For-Each-Data-Point-In-Each/m-p/421585#M67046</link>
      <description>&lt;P&gt;I plot variability chart and want to add line to connect each data point for each group to show the trend.&lt;/P&gt;&lt;P&gt;However, the line cannot be added.&lt;/P&gt;&lt;P&gt;Could you take a look if I missing anything in my code?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= Current Data Table();

Rp = dt &amp;lt;&amp;lt; Variability Chart(
	Y( :Qty ),
	X( :Product, :Lot, :Defect, :Sublot, :workweek ),
	Max Iter( 100 ),
	Conv Limit( 0.00000001 ),
	Number Integration Abscissas( 128 ),
	Number Function Evals( 65536 ),
	Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),
	Show Range Bars( 0 ),
	Show Cell Means( 0 ),
	Connect Cell Means( 1 ),
	Std Dev Chart( 0 ),
	Points Jittered( 1 ),
	AIAG Labels( 0 ),
	SendToReport(
		Dispatch(
			{"Variability Chart for Qty"},
			"Variability Chart",
			FrameBox,
			{Frame Size( 575, 240 ), Grid Line Order( 3 ), Reference Line Order( 4 )
			}
		),
		Dispatch(
			{"Variability Chart for Qty"},
			"",
			NomAxisBox,
			{Rotated Tick Labels( 0 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Variability.PNG" style="width: 877px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36126iE163148C54FC16FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Variability.PNG" alt="Variability.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:57:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Cannot-Add-Line-For-Each-Data-Point-In-Each/m-p/421585#M67046</guid>
      <dc:creator>bzanos</dc:creator>
      <dc:date>2023-06-09T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Chart - Cannot Add Line For Each Data Point In Each Group</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Cannot-Add-Line-For-Each-Data-Point-In-Each/m-p/421601#M67047</link>
      <description>&lt;P&gt;I was able to replicate your issue - and what seems to be the issue is that Sublot and Workweek are redundant - if you only use Product-Sublot on the x-axis you can connect means as expected, but as soon as you add workweek that stops.&amp;nbsp; I know that you cannot connect means across subgroups - so if you had different defect types you would only connect means within each Defect type. So what I think is happening is JMP is treating workweek as a distinct subgroup within Sublot and therefore is unable to connect.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:50:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Cannot-Add-Line-For-Each-Data-Point-In-Each/m-p/421601#M67047</guid>
      <dc:creator>andersonmj2</dc:creator>
      <dc:date>2021-09-28T12:50:26Z</dc:date>
    </item>
  </channel>
</rss>

