<?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 Graph a step change in trend (or multiple step changes) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/217146#M43407</link>
    <description>&lt;P&gt;Is there a way to graph a general trend that is a result of a step change (or multiple step changes)?&amp;nbsp; &amp;nbsp;The general trend would be the overall line of fit.&amp;nbsp; The step changes would be lines of fit for various time periods.&amp;nbsp; &amp;nbsp;Visual below.&amp;nbsp; &amp;nbsp;Resaid is there a way to graph the step changes along with the general trend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is dummy data.&amp;nbsp; There is an obvious step change in the average (or line of fit) that explains the general trend (I guess I graphed moving average instead of trend line, but you get the idea).&amp;nbsp; &amp;nbsp;How to put in the red lines?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Community Graph Step Change.JPG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/18275i8DC50163652384B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Community Graph Step Change.JPG" alt="JMP Community Graph Step Change.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:01:32 GMT</pubDate>
    <dc:creator>BSwid</dc:creator>
    <dc:date>2023-06-11T11:01:32Z</dc:date>
    <item>
      <title>Graph a step change in trend (or multiple step changes)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/217146#M43407</link>
      <description>&lt;P&gt;Is there a way to graph a general trend that is a result of a step change (or multiple step changes)?&amp;nbsp; &amp;nbsp;The general trend would be the overall line of fit.&amp;nbsp; The step changes would be lines of fit for various time periods.&amp;nbsp; &amp;nbsp;Visual below.&amp;nbsp; &amp;nbsp;Resaid is there a way to graph the step changes along with the general trend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is dummy data.&amp;nbsp; There is an obvious step change in the average (or line of fit) that explains the general trend (I guess I graphed moving average instead of trend line, but you get the idea).&amp;nbsp; &amp;nbsp;How to put in the red lines?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Community Graph Step Change.JPG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/18275i8DC50163652384B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Community Graph Step Change.JPG" alt="JMP Community Graph Step Change.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:01:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/217146#M43407</guid>
      <dc:creator>BSwid</dc:creator>
      <dc:date>2023-06-11T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Graph a step change in trend (or multiple step changes)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/217181#M43413</link>
      <description>&lt;P&gt;Right-click on the plot and select Customize. Click the Add button. You can use the Pen Color() and H Line() functions in a custom graphics script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Pen Color( "Red" );
H Line( 0, 45, 250 );
H Line( 50, 115, 2000 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(You can copy it here first and then paste it when you get to the Customize dialog.)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 19:53:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/217181#M43413</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-07-11T19:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Graph a step change in trend (or multiple step changes)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/218140#M43614</link>
      <description>&lt;P&gt;Just thinking, let's say I wanted to show multiple step changes.&amp;nbsp; Maybe they represent events or enhancements or some fundamental change in the process or business.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I do what you suggested and add variables to adjust the height (Y) and period (range of X)?&amp;nbsp; And potentially link them to averages or medians or whatever stat for that range of X?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:54:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-a-step-change-in-trend-or-multiple-step-changes/m-p/218140#M43614</guid>
      <dc:creator>BSwid</dc:creator>
      <dc:date>2019-07-19T12:54:50Z</dc:date>
    </item>
  </channel>
</rss>

