<?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 How do i plot overlay chart similar to Analyze &amp;amp;gt;&amp;amp;gt; Quality and Process &amp;amp;gt;&amp;amp;gt; Control Chart &amp;amp;gt;&amp;amp;gt; EWMA Control Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547127#M76460</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the title pretty much speaks for itself. There's one property "Overlay Charts" when i choose, it will overlay the Y and Y EWMA data into 1 chart. I think it's suitable for my need but dont know how to re-generate.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:27:50 GMT</pubDate>
    <dc:creator>nthai</dc:creator>
    <dc:date>2023-06-11T11:27:50Z</dc:date>
    <item>
      <title>How do i plot overlay chart similar to Analyze &amp;gt;&amp;gt; Quality and Process &amp;gt;&amp;gt; Control Chart &amp;gt;&amp;gt; EWMA Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547127#M76460</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the title pretty much speaks for itself. There's one property "Overlay Charts" when i choose, it will overlay the Y and Y EWMA data into 1 chart. I think it's suitable for my need but dont know how to re-generate.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:27:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547127#M76460</guid>
      <dc:creator>nthai</dc:creator>
      <dc:date>2023-06-11T11:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do i plot overlay chart similar to Analyze &amp;gt;&amp;gt; Quality and Process &amp;gt;&amp;gt; Control Chart &amp;gt;&amp;gt; EWMA Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547152#M76461</link>
      <description>&lt;P&gt;You will need to create your own EWMA column.&amp;nbsp; The function, Simple Exponential Smoothing() should be able to give you the EWMA you need.&amp;nbsp; You will also have to create an X column based upon the row number.&amp;nbsp; Below is a simple example.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1663759207816.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45646i3EEFF9BB567894D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1663759207816.png" alt="txnelson_0-1663759207816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 723, 578 ),
	Variables(
		X( Transform Column( "Row", Formula( Row() ) ) ),
		Y(
			Transform Column(
				"EWMA",
				Formula( Col Simple Exponential Smoothing( :height, 0.1 ) )
			)
		),
		Overlay( :sex )
	),
	Elements( Points( X, Y, Legend( 6 ) ), Line( X, Y, Legend( 8 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Sep 2022 11:20:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547152#M76461</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-09-21T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do i plot overlay chart similar to Analyze &amp;gt;&amp;gt; Quality and Process &amp;gt;&amp;gt; Control Chart &amp;gt;&amp;gt; EWMA Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547157#M76462</link>
      <description>&lt;P&gt;Here is how you can build that chart interactively:&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6312645517112w720h540r120" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6312645517112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6312645517112w720h540r120');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6312645517112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 11:37:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547157#M76462</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-09-21T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do i plot overlay chart similar to Analyze &amp;gt;&amp;gt; Quality and Process &amp;gt;&amp;gt; Control Chart &amp;gt;&amp;gt; EWMA Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547720#M76493</link>
      <description>&lt;P&gt;Thank you ih, by demonstrate step by step it is much easier for me to follow up :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 02:50:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-plot-overlay-chart-similar-to-Analyze-amp-gt-amp-gt/m-p/547720#M76493</guid>
      <dc:creator>nthai</dc:creator>
      <dc:date>2022-09-22T02:50:01Z</dc:date>
    </item>
  </channel>
</rss>

