<?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 make UCL appear in Histogram? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690879#M87688</link>
    <description>&lt;P&gt;Temporal aspects are clearly lost when the temporal structure is neglected with a box plot.&lt;/P&gt;&lt;P&gt;But why is it not possible to generate a plot like this directly via the Distributions platform?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1698331031715.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58006i2614A93B5DA6AD65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1698331031715.png" alt="hogi_0-1698331031715.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Quality Control/Phase Historical Data.jmp" );
dt:Site &amp;lt;&amp;lt; Data Type( Character );
myControlChart = dt &amp;lt;&amp;lt; run  script("Control Chart Builder");
myLimits = myControlChart &amp;lt;&amp;lt;Save Limits("in New Table");
dtsplit = myLimits  &amp;lt;&amp;lt; Split(
	Split By( :_LimitsKey ),
	Split( :Force ),
	Group( :Site )
);
dt &amp;lt;&amp;lt; Update(
	With( dtsplit ),
	Match Columns( :Site = :Site ),
	Add Columns from Update Table( :_LCL, :_UCL ),
	Replace Columns in Main Table( None )
);
Graph Builder(
	Variables(
		X( :Site ),
		Y( :Force ),
		Y( :_LCL, Position( 1 ) ),
		Y( :_UCL, Position( 1 ) )
	),
	Elements(
		Histogram( X, Y( 1 ), Legend( 14 ) ),
		Line Of Fit( X, Y( 2 ), Y( 3 ), Legend( 15 ) )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 26 Oct 2023 14:40:47 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-10-26T14:40:47Z</dc:date>
    <item>
      <title>How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690621#M87654</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I was demonstrating the JMP functionality to my new colleague.&lt;/P&gt;&lt;P&gt;And suddenly hit with below scenario;&lt;/P&gt;&lt;P&gt;If I define the Spec Limit = the line will appear in histogram automatically.&lt;/P&gt;&lt;P&gt;But why, when I define the Control Limit, the line doesn't appear automatically?&lt;/P&gt;&lt;P&gt;I really don't like to go through the scripting details for basic information like control limits to my new colleague.&lt;/P&gt;&lt;P&gt;Is there any preference that I can define rather than insert new reference line manually?&lt;/P&gt;&lt;P&gt;I'm using JMP 17.0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_0-1698281412166.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57972iC51D3B5EDA6F4D02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_0-1698281412166.png" alt="WebDesignesCrow_0-1698281412166.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="WebDesignesCrow_5-1698281738647.png" style="width: 335px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57977i571806BD952EF4A0/image-dimensions/335x143?v=v2" width="335" height="143" role="button" title="WebDesignesCrow_5-1698281738647.png" alt="WebDesignesCrow_5-1698281738647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_3-1698281531373.png" style="width: 335px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57979iAD5ECD5D9F25A42B/image-dimensions/335x226?v=v2" width="335" height="226" role="button" title="WebDesignesCrow_3-1698281531373.png" alt="WebDesignesCrow_3-1698281531373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_6-1698281803983.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57978i54B8F30C5F89ED15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_6-1698281803983.png" alt="WebDesignesCrow_6-1698281803983.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 01:07:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690621#M87654</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-10-26T01:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690645#M87655</link>
      <description>&lt;P&gt;As far as I know, only Spec Limits and Response Limits have the option to automatically added to graphic output.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 02:48:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690645#M87655</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-10-26T02:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690840#M87684</link>
      <description>&lt;P&gt;Control limits should only be used in relation to some rational series such as time.&amp;nbsp; There is no series in a histogram so there should be no control limits.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 13:26:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690840#M87684</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-10-26T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690879#M87688</link>
      <description>&lt;P&gt;Temporal aspects are clearly lost when the temporal structure is neglected with a box plot.&lt;/P&gt;&lt;P&gt;But why is it not possible to generate a plot like this directly via the Distributions platform?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1698331031715.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58006i2614A93B5DA6AD65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1698331031715.png" alt="hogi_0-1698331031715.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Quality Control/Phase Historical Data.jmp" );
dt:Site &amp;lt;&amp;lt; Data Type( Character );
myControlChart = dt &amp;lt;&amp;lt; run  script("Control Chart Builder");
myLimits = myControlChart &amp;lt;&amp;lt;Save Limits("in New Table");
dtsplit = myLimits  &amp;lt;&amp;lt; Split(
	Split By( :_LimitsKey ),
	Split( :Force ),
	Group( :Site )
);
dt &amp;lt;&amp;lt; Update(
	With( dtsplit ),
	Match Columns( :Site = :Site ),
	Add Columns from Update Table( :_LCL, :_UCL ),
	Replace Columns in Main Table( None )
);
Graph Builder(
	Variables(
		X( :Site ),
		Y( :Force ),
		Y( :_LCL, Position( 1 ) ),
		Y( :_UCL, Position( 1 ) )
	),
	Elements(
		Histogram( X, Y( 1 ), Legend( 14 ) ),
		Line Of Fit( X, Y( 2 ), Y( 3 ), Legend( 15 ) )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Oct 2023 14:40:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690879#M87688</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-26T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690938#M87692</link>
      <description>&lt;P&gt;Control chart method, as invented by Shewhart, perform 2 functions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Assessing stability of the within subgroup sources/components of variation (this can only be done in a time series R, MR charts), and&lt;/LI&gt;
&lt;LI&gt;Comparing the within sources of variation to the between (X-bar charts).&amp;nbsp; The control limits on the X-bar chart are a function of the within subgroup sources (A2*R-bar).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Putting control limits on distributions completely misses the use of the control chart method and should not be done.&amp;nbsp; Of course, you can put any limits you want on the chart, they just aren't control limits.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 17:19:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/690938#M87692</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-10-26T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/691100#M87706</link>
      <description>&lt;P&gt;I like this visualization. Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You know, common issues that I've seen in my organization.&lt;/P&gt;&lt;P&gt;They follow statistics to calculate Control Limit &amp;amp; propose control limits that is outside of spec limit (customer requirement) which I think is ridiculous.&lt;/P&gt;&lt;P&gt;So, I just want to visualize the comparison (easy to explain)&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 01:32:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/691100#M87706</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-10-27T01:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make UCL appear in Histogram?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/691123#M87708</link>
      <description>&lt;P&gt;Yes, to detect analysis errors and discuss them, the visualization in Jmp is a great advantage!&lt;/P&gt;&lt;P&gt;How good that we have GraphBuilder :)&lt;/img&gt;&lt;BR /&gt;It can replace many of the other [sometimes limited] analysis platforms :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 05:41:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-UCL-appear-in-Histogram/m-p/691123#M87708</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-27T05:41:18Z</dc:date>
    </item>
  </channel>
</rss>

