<?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 Overlay chart with phases in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37805#M22153</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to build kind of IR Control chart with phases but with user defined limits for each phase instead of control limits calculated by JMP.&lt;/P&gt;&lt;P&gt;I tried it in Graph Builder but I cannot set X axises independent.&lt;/P&gt;&lt;P&gt;Please see screenshot of my trial in Graph Builder.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 15:42:23 GMT</pubDate>
    <dc:creator>tom_abramov</dc:creator>
    <dc:date>2017-04-04T15:42:23Z</dc:date>
    <item>
      <title>Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37805#M22153</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to build kind of IR Control chart with phases but with user defined limits for each phase instead of control limits calculated by JMP.&lt;/P&gt;&lt;P&gt;I tried it in Graph Builder but I cannot set X axises independent.&lt;/P&gt;&lt;P&gt;Please see screenshot of my trial in Graph Builder.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 15:42:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37805#M22153</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2017-04-04T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37808#M22154</link>
      <description>&lt;P&gt;You can do this in Control Chart Builder.&amp;nbsp; See my blog post.&amp;nbsp; &lt;A href="https://community.jmp.com/t5/JMPer-Cable/4-ways-to-use-fixed-baseline-historical-control-limits-in/ba-p/33223" target="_blank"&gt;https://community.jmp.com/t5/JMPer-Cable/4-ways-to-use-fixed-baseline-historical-control-limits-in/ba-p/33223&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at Method #3.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 16:30:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37808#M22154</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-04-04T16:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37818#M22160</link>
      <description>&lt;P&gt;Thank you Tonya.&lt;/P&gt;&lt;P&gt;"Get Limits" solves this when I have two limits to show.&lt;/P&gt;&lt;P&gt;I need to show two pairs of limits (for example spec. and control limits) with phases.&lt;/P&gt;&lt;P&gt;Is that possible in Control Chart Builder or Graph Builder?&lt;/P&gt;&lt;P&gt;I tried in Graph Builder but the problem is same&amp;nbsp;X Axes for each phase.&lt;/P&gt;&lt;P&gt;Is it possible to make independent X Axis for each phase?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BG.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 10:23:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37818#M22160</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2017-04-05T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37822#M22161</link>
      <description>&lt;P&gt;Control Chart Builder does not offer capability analysis with a phase variable.&amp;nbsp; You could do this in the new Process Screening platform.&amp;nbsp; However, it will not give you the graph you are looking for.&amp;nbsp; You will get a separate graph for each phase rather than a single graph.&lt;/P&gt;
&lt;P&gt;Graph Builder is not my area of expertise.&amp;nbsp; Perhaps someone else can comment on your question about separate axes.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:37:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37822#M22161</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-04-05T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37851#M22176</link>
      <description>&lt;P&gt;You can interactively add a graphics script to Control Chart Builder to draw the spec limits. To see an example run the code below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt &amp;lt;&amp;lt; Control Chart Builder(
					Show Control Panel( 0 ),
					Show Limit Summaries( 0 ),
					Show Capability( 0 ),
					Variables( Y( :height ), Phase( :sex ) ),
					Chart(
						Position( 1 ),
						Limits( Sigma( Moving Range ), Show Center Line( 0 ), Show Limits( 0 ) ),
						Add Spec Limits( {LSL( 55 ), USL( 65 )} )
					),
					Chart(
						Position( 2 ),
						Limits( Sigma( Moving Range ), Show Center Line( 0 ), Show Limits( 0 ) )
					),
					SendToReport(
						Dispatch(
							{},
							"Control Chart Builder",
							FrameBox( 2 ),
							{Add Graphics Script(
								2,
								Description( "Spec Limits" ),
								Pen Color( "Red" );
								Line Style( "Dashed" );
				// Spec limits for Females
								H Line( 0, 18, 55 );
								H Line( 0, 18, 65 );
				// Spec limits for Males
								H Line( 19, 40, 57 );
								H Line( 19, 40, 70 );
							), Grid Line Order( 1 ), Reference Line Order( 3 )}
						)
					)
				);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which gives:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="Screen Shot 2017-04-06 at 13.29.46.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5806i42DC79431B5D9B9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2017-04-06 at 13.29.46.png" alt="Screen Shot 2017-04-06 at 13.29.46.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With a little work, you could do this programmatically if you have many cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:32:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37851#M22176</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-04-06T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay chart with phases</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37855#M22178</link>
      <description>&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:01:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-chart-with-phases/m-p/37855#M22178</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2017-04-06T13:01:07Z</dc:date>
    </item>
  </channel>
</rss>

