<?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 change the box-colour of SPC charts (Levey-Jennings) for all subgroup in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-the-box-colour-of-SPC-charts-Levey-Jennings-for/m-p/600250#M80370</link>
    <description>&lt;P&gt;XPath is one option&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Quality Control/Coating.jmp");
obj = dt &amp;lt;&amp;lt; Control Chart Builder(
	Variables(Subgroup(:Sample), Y(:Weight)),
	Chart(
		Position(1),
		Points(Individual Points(1), Box Plots(1)),
		Limits(Sigma("Levey Jennings"), Zones(1), Shade Zones(1))
	),
	Show Control Panel(0)
);

wait(1);
boxsegs = report(obj) &amp;lt;&amp;lt; XPath("//BoxPlotSeg");
boxsegs &amp;lt;&amp;lt; Line Color("Blue");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 13 Feb 2023 10:12:23 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-02-13T10:12:23Z</dc:date>
    <item>
      <title>How to change the box-colour of SPC charts (Levey-Jennings) for all subgroup</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-box-colour-of-SPC-charts-Levey-Jennings-for/m-p/600164#M80364</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I've constructed an SPC chart which I like very much which I'm going to automate using scripting.&lt;/P&gt;&lt;P&gt;However, as you can see, the default box-plot colour is grey (i want to change to red or blue) for all boxes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_0-1676276616947.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50056i622221C51303AA68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_0-1676276616947.png" alt="WebDesignesCrow_0-1676276616947.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can't find the settings in preference (JMP 16) to change the box colour from gray to blue.&lt;/P&gt;&lt;P&gt;I did notice that, I can use "Customize Graph" to change the line colour of each box plot but&amp;nbsp;is there fastest way change all of the box-colour?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebDesignesCrow_2-1676277207753.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50059i70227C1527BB035D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_2-1676277207753.png" alt="WebDesignesCrow_2-1676277207753.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_3-1676277366577.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50060iF62781D0A8F97588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WebDesignesCrow_3-1676277366577.png" alt="WebDesignesCrow_3-1676277366577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:36:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-box-colour-of-SPC-charts-Levey-Jennings-for/m-p/600164#M80364</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-06-08T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the box-colour of SPC charts (Levey-Jennings) for all subgroup</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-box-colour-of-SPC-charts-Levey-Jennings-for/m-p/600250#M80370</link>
      <description>&lt;P&gt;XPath is one option&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Quality Control/Coating.jmp");
obj = dt &amp;lt;&amp;lt; Control Chart Builder(
	Variables(Subgroup(:Sample), Y(:Weight)),
	Chart(
		Position(1),
		Points(Individual Points(1), Box Plots(1)),
		Limits(Sigma("Levey Jennings"), Zones(1), Shade Zones(1))
	),
	Show Control Panel(0)
);

wait(1);
boxsegs = report(obj) &amp;lt;&amp;lt; XPath("//BoxPlotSeg");
boxsegs &amp;lt;&amp;lt; Line Color("Blue");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Feb 2023 10:12:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-box-colour-of-SPC-charts-Levey-Jennings-for/m-p/600250#M80370</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-02-13T10:12:23Z</dc:date>
    </item>
  </channel>
</rss>

