<?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 Highlight some distributions in graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Highlight-some-distributions-in-graph/m-p/391901#M64224</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Assuming that your data is in stacked format (i.e., Ys = Data are all in 1 column and the Xs = Label are in a second column), create a new column of Row State type and enter the formula below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(
	Col Mean( :Data, :Label ) - Col Std Dev( :Data, :Label ) * 3 &amp;lt; :Data &amp;lt;=
	Col Mean( :Data, :Label ) + Col Std Dev( :Data, :Label ) * 3,
	Color State( "red" ),
	Color State( "black" )
);
:FORMAT &amp;lt;&amp;lt; Copy to Row States();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can easily fine tune the range of CPK by modifying the Std Dev multipliers (here set to 3 sigma).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2021 22:52:51 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2021-06-08T22:52:51Z</dc:date>
    <item>
      <title>How to Highlight some distributions in graph</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Highlight-some-distributions-in-graph/m-p/391532#M64187</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yummy_0-1623140040293.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33368i6246F700F52B84F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yummy_0-1623140040293.png" alt="yummy_0-1623140040293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello:) The figure above is a part of my question. As you can see at the picture, I want to highlight some elements whose Cpk is smaller than 1.&lt;/P&gt;&lt;P&gt;Somebody help me.. Thank you in advance:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:14:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Highlight-some-distributions-in-graph/m-p/391532#M64187</guid>
      <dc:creator>yummy</dc:creator>
      <dc:date>2023-06-11T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Highlight some distributions in graph</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Highlight-some-distributions-in-graph/m-p/391901#M64224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Assuming that your data is in stacked format (i.e., Ys = Data are all in 1 column and the Xs = Label are in a second column), create a new column of Row State type and enter the formula below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(
	Col Mean( :Data, :Label ) - Col Std Dev( :Data, :Label ) * 3 &amp;lt; :Data &amp;lt;=
	Col Mean( :Data, :Label ) + Col Std Dev( :Data, :Label ) * 3,
	Color State( "red" ),
	Color State( "black" )
);
:FORMAT &amp;lt;&amp;lt; Copy to Row States();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can easily fine tune the range of CPK by modifying the Std Dev multipliers (here set to 3 sigma).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 22:52:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Highlight-some-distributions-in-graph/m-p/391901#M64224</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-06-08T22:52:51Z</dc:date>
    </item>
  </channel>
</rss>

