<?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 automate variability chart plotting? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362910#M61270</link>
    <description>&lt;P&gt;If you run the Variability Platform as you have it setup, you can go to the output and click on the red triangle next to "Variability Chart" and select&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Save By-Group Script=&amp;gt;Script Window&lt;/P&gt;
&lt;P&gt;and it will create the script you need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variability Chart( Y( :measured_value ), X( :part_num ), BY( :test_num ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, you mention Spec Limits, but in your Variability Chart specification, has no ability to handle Spec Limits.&lt;/P&gt;
&lt;P&gt;So what I am saying, is that I think there are additional requirement that you may have for the output you want.&lt;/P&gt;
&lt;P&gt;If not, the above script is what you need.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 23:01:51 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-02-25T23:01:51Z</dc:date>
    <item>
      <title>How to automate variability chart plotting?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362869#M61264</link>
      <description>&lt;P&gt;I have a table with following information.I have this data for ~40 different tests and upper and lower limit are different for each of the test.&lt;/P&gt;&lt;P&gt;How can I automate the variability chart plotting?&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;part_num&lt;/TD&gt;&lt;TD&gt;test_num&lt;/TD&gt;&lt;TD&gt;measured_value&lt;/TD&gt;&lt;TD&gt;upperlimit&lt;/TD&gt;&lt;TD&gt;lowerlimit&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Following is what I need to automate-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ENTHU_0-1614291397031.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30716iFFD6BAABCCC6CF23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ENTHU_0-1614291397031.png" alt="ENTHU_0-1614291397031.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:26:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362869#M61264</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2023-06-10T23:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate variability chart plotting?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362899#M61267</link>
      <description>&lt;P&gt;One easy way would be, if you have e.g. that data in 40 tables of different datasets with same structure (column names),&lt;/P&gt;&lt;P&gt;to build the analysis in the first one, save it as script, copy it to all other tables, and execute it.&lt;/P&gt;&lt;P&gt;Otherwise we would need more specific information, an example would also help.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 22:33:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362899#M61267</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2021-02-25T22:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate variability chart plotting?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362910#M61270</link>
      <description>&lt;P&gt;If you run the Variability Platform as you have it setup, you can go to the output and click on the red triangle next to "Variability Chart" and select&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Save By-Group Script=&amp;gt;Script Window&lt;/P&gt;
&lt;P&gt;and it will create the script you need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variability Chart( Y( :measured_value ), X( :part_num ), BY( :test_num ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, you mention Spec Limits, but in your Variability Chart specification, has no ability to handle Spec Limits.&lt;/P&gt;
&lt;P&gt;So what I am saying, is that I think there are additional requirement that you may have for the output you want.&lt;/P&gt;
&lt;P&gt;If not, the above script is what you need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 23:01:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/362910#M61270</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-25T23:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate variability chart plotting?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/365064#M61443</link>
      <description>&lt;P&gt;I was able to automate this part -&lt;/P&gt;&lt;PRE class="language-jsl"&gt;&lt;CODE&gt;Variability Chart( Y( :measured_value ), X( :part_num ), BY( :test_num ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I need to put the reference lines with upper spec limit and lower spec limit on to the variability plot and this is the part I'm struggling with.&lt;/P&gt;&lt;P&gt;So let's say I have 9 different tests and the upper limit and lower limit are different for these 9 tests,how do I automate that?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 06:22:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/365064#M61443</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2021-03-04T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate variability chart plotting?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/365104#M61447</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;varChart = Variability Chart( Y( :measured_value ), X( :part_num ), BY( :test_num ) );
ResponseMean = 10;
Report(varchart)[AxisBox(1)] &amp;lt;&amp;lt; Add Ref Line( ResponseMean, "Solid", "Blue", Concat("Standard: ",char(Round(ResponseMean,1))) , 1 )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Assuming you run the whole thing in a for loop you can take yor spec limits from a list or column in another table. Then read them into this script and the third line shows you how to add a line to the variability charts. Copy it multiple times for USL, LSL and mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 13:06:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-automate-variability-chart-plotting/m-p/365104#M61447</guid>
      <dc:creator>pauldeen</dc:creator>
      <dc:date>2021-03-04T13:06:22Z</dc:date>
    </item>
  </channel>
</rss>

