<?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: Shade in red within control limits with phases used to create different limits in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44016#M25392</link>
    <description>&lt;P&gt;If you have phases&amp;nbsp;as your example shows, then yes, you will have to use scripting.&amp;nbsp; If you do not have phases, then you can do this with reference lines.&amp;nbsp; Run the following to create a control chart:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
obj=dt&amp;lt;&amp;lt;Control Chart Builder(
Show Capability( 0 ),
Variables( Y( :height ) ),
Chart( Position( 1 ), Limits( Sigma( Moving Range ) ) ),
Chart( Position( 2 ), Limits( Sigma( Moving Range ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right click on the height axis and choose axis settings.&amp;nbsp; In the Reference Lines section of the dialog, check the box for Allow Ranges.&amp;nbsp; For the Min Value, enter the LCL.&amp;nbsp; For the Max Value, enter the UCL.&amp;nbsp; Click on black next to Color and choose red.&amp;nbsp; Click Add.&amp;nbsp; Click OK.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 16:53:56 GMT</pubDate>
    <dc:creator>tonya_mauldin</dc:creator>
    <dc:date>2017-09-07T16:53:56Z</dc:date>
    <item>
      <title>Shade in red within control limits with phases used to create different limits</title>
      <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44001#M25386</link>
      <description>&lt;P&gt;I recently learnt how to shade in specified regions on a time-series plot which I think is a great feature. (See attachment)&lt;/P&gt;&lt;P&gt;I would like to do something similar on a control chart when I have different phases used.&lt;/P&gt;&lt;P&gt;I know that a default option is to "Shade zones" which uses the colours red, yellow and green. As in the time-series I include in attachment I would prefer to shade in the region within the process control limits with one colour (red). No other shading.&lt;/P&gt;&lt;P&gt;Is this request only achievable through scripting?&lt;/P&gt;&lt;P&gt;Any assistance/advice much appreciated, Scott.&lt;/P&gt;&lt;P&gt;(See also attachment to see what my points allude to.)&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 09:29:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44001#M25386</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2017-09-07T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shade in red within control limits with phases used to create different limits</title>
      <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44004#M25387</link>
      <description>&lt;P&gt;You can change the zone colors by using the Customize capability of the graph. &amp;nbsp;To do this, first go to the red triangle, and select "Shade Zones". &amp;nbsp;Then right click on the graph and select "Customize". &amp;nbsp;It will bring up the customize window, which will let you change the colors of the shaded areas.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zones 2.PNG" style="width: 741px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7435i93F99AF69FAA7DEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="zones 2.PNG" alt="zones 2.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="zones.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7436iAA6F6C182AC700DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="zones.PNG" alt="zones.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:35:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44004#M25387</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-09-07T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shade in red within control limits with phases used to create different limits</title>
      <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44016#M25392</link>
      <description>&lt;P&gt;If you have phases&amp;nbsp;as your example shows, then yes, you will have to use scripting.&amp;nbsp; If you do not have phases, then you can do this with reference lines.&amp;nbsp; Run the following to create a control chart:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
obj=dt&amp;lt;&amp;lt;Control Chart Builder(
Show Capability( 0 ),
Variables( Y( :height ) ),
Chart( Position( 1 ), Limits( Sigma( Moving Range ) ) ),
Chart( Position( 2 ), Limits( Sigma( Moving Range ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right click on the height axis and choose axis settings.&amp;nbsp; In the Reference Lines section of the dialog, check the box for Allow Ranges.&amp;nbsp; For the Min Value, enter the LCL.&amp;nbsp; For the Max Value, enter the UCL.&amp;nbsp; Click on black next to Color and choose red.&amp;nbsp; Click Add.&amp;nbsp; Click OK.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 16:53:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44016#M25392</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-09-07T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Shade in red within control limits with phases used to create different limits</title>
      <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44017#M25393</link>
      <description>&lt;P&gt;I didn't see Jim's answer before I posted mine.&amp;nbsp; I forgot about the customize feature.&amp;nbsp; Definitely the way to go if you have phases.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:38:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44017#M25393</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2017-09-07T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Shade in red within control limits with phases used to create different limits</title>
      <link>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44177#M25439</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 21:00:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Shade-in-red-within-control-limits-with-phases-used-to-create/m-p/44177#M25439</guid>
      <dc:creator>scottahindle</dc:creator>
      <dc:date>2017-09-10T21:00:37Z</dc:date>
    </item>
  </channel>
</rss>

