<?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 Control chart spec limits bug in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37778#M22141</link>
    <description>&lt;P&gt;When you use the "control chart builder" on a column which has spec limits, those limits are plotted on both the Individual and Moving Range charts.&amp;nbsp; It's useful to have the limits shown on the Individual chart, but they make no sense on the Moving Range chart and make the axis range useless.&lt;/P&gt;&lt;P&gt;Here's an example using data from the "Abrasion" sample data set (adding spec limits to the column before running control chart builder):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 566px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5785i88F9295B9D9ABAF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's sometimes&amp;nbsp;possible to remove the limits after the chart is created, but sometimes they reappear.&lt;/P&gt;&lt;P&gt;Also, I need to do this from a script--it's been difficult to determine how to access them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a script which starts with the sample data "Abrasion" already open (and spec limits added to the column "Abrasion"):&lt;/P&gt;&lt;PRE&gt;dt = Data Table("Abrasion");

dt &amp;lt;&amp;lt; Control Chart Builder(
	Show Control Panel(0),
	Variables(X(Column("Date/Time")), Y(:Abrasion)
	)
);&lt;/PRE&gt;&lt;P&gt;Does anyone know what to add to this script to remove the undesired LSL/Target/USL lines from the Moving Range chart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2017 19:46:20 GMT</pubDate>
    <dc:creator>dm</dc:creator>
    <dc:date>2017-04-03T19:46:20Z</dc:date>
    <item>
      <title>Control chart spec limits bug</title>
      <link>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37778#M22141</link>
      <description>&lt;P&gt;When you use the "control chart builder" on a column which has spec limits, those limits are plotted on both the Individual and Moving Range charts.&amp;nbsp; It's useful to have the limits shown on the Individual chart, but they make no sense on the Moving Range chart and make the axis range useless.&lt;/P&gt;&lt;P&gt;Here's an example using data from the "Abrasion" sample data set (adding spec limits to the column before running control chart builder):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 566px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5785i88F9295B9D9ABAF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's sometimes&amp;nbsp;possible to remove the limits after the chart is created, but sometimes they reappear.&lt;/P&gt;&lt;P&gt;Also, I need to do this from a script--it's been difficult to determine how to access them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a script which starts with the sample data "Abrasion" already open (and spec limits added to the column "Abrasion"):&lt;/P&gt;&lt;PRE&gt;dt = Data Table("Abrasion");

dt &amp;lt;&amp;lt; Control Chart Builder(
	Show Control Panel(0),
	Variables(X(Column("Date/Time")), Y(:Abrasion)
	)
);&lt;/PRE&gt;&lt;P&gt;Does anyone know what to add to this script to remove the undesired LSL/Target/USL lines from the Moving Range chart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 19:46:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37778#M22141</guid>
      <dc:creator>dm</dc:creator>
      <dc:date>2017-04-03T19:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control chart spec limits bug</title>
      <link>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37779#M22142</link>
      <description>&lt;P&gt;This is a known issue detailed in the following note.&amp;nbsp; &lt;A href="http://www.jmp.com/support/notes/59/378.html" target="_blank"&gt;http://www.jmp.com/support/notes/59/378.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This happens when you have Show as Graph Reference Lines checked in the column property.&amp;nbsp; You can uncheck that in the column property either through the GUI or through JSL.&amp;nbsp; To see the JSL syntax, use the Scripting Index.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wish to still have this checked, you can use the Remove Ref Line command to remove the reference lines from the graph.&amp;nbsp; You can do this through the GUI or through JSL.&amp;nbsp; To see the syntax, use the Scripting Index.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 20:18:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37779#M22142</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-04-03T20:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Control chart spec limits bug</title>
      <link>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37781#M22143</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Here's what the script looks like (note that you can use text names of ref lines instead of their values--not sure if this is documented anywhere):&lt;/P&gt;&lt;PRE&gt;dt = Data Table("Abrasion");

mycc = dt &amp;lt;&amp;lt; Control Chart Builder(
	Show Control Panel(0),
	Variables(X(Column("Date/Time")), Y(:Abrasion)
	)
);

rmycc = mycc &amp;lt;&amp;lt; report;
axisbox = rmycc[axis box(3)];
axisbox&amp;lt;&amp;lt;Remove Ref Line("LSL");
axisbox&amp;lt;&amp;lt;Remove Ref Line("Target");
axisbox&amp;lt;&amp;lt;Remove Ref Line("USL");&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Apr 2017 20:48:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Control-chart-spec-limits-bug/m-p/37781#M22143</guid>
      <dc:creator>dm</dc:creator>
      <dc:date>2017-04-03T20:48:35Z</dc:date>
    </item>
  </channel>
</rss>

