<?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: A question related to generating a plot using JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724437#M90678</link>
    <description>&lt;P&gt;When working with JMP, you need to think in terms of variables. Your plot shows a variable called Cycle on the X-axis. It has a variable called dRn on the y-axis. So, I will need those two columns. I also see different wells and conditions, so those will be other variables that should be in the table. Each variable gets a column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the data into the right format, I stacked all of your Cycle columns into a single column which I just called Cycle. I then stripped off only the number from that character string to create a column called Cycle Number. From your picture, it also looks like you wanted different lines for each Well and Condition combination. So, I created that column. The resulting data table is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The graph is made from Graph Builder. Drag Cycle Number to the X-axis, dRn to the y-axis, and the Well&amp;amp;Condition column to the overlay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Obermiller_0-1708024770103.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61152iBC226B0B0C7ED216/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Obermiller_0-1708024770103.png" alt="Dan_Obermiller_0-1708024770103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 19:20:07 GMT</pubDate>
    <dc:creator>Dan_Obermiller</dc:creator>
    <dc:date>2024-02-15T19:20:07Z</dc:date>
    <item>
      <title>A question related to generating a plot using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724432#M90676</link>
      <description>&lt;P&gt;Wonder if anyone know how to plot using JMP to get a plot similar to what I generated using excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP2021_0-1708023786853.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61150iD6BD3769438A1DF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMP2021_0-1708023786853.png" alt="JMP2021_0-1708023786853.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="JMP2021_1-1708023814670.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61151i4782D4B05D3B6926/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMP2021_1-1708023814670.png" alt="JMP2021_1-1708023814670.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The JMP table is attached.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:07:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724432#M90676</guid>
      <dc:creator>JMP2021</dc:creator>
      <dc:date>2024-02-15T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to generating a plot using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724435#M90677</link>
      <description>&lt;P&gt;The trick is to stack all the Cycle columns.&amp;nbsp; Attached is the result with the graph stored as a script (top left).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:17:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724435#M90677</guid>
      <dc:creator>dlehman1</dc:creator>
      <dc:date>2024-02-15T19:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to generating a plot using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724437#M90678</link>
      <description>&lt;P&gt;When working with JMP, you need to think in terms of variables. Your plot shows a variable called Cycle on the X-axis. It has a variable called dRn on the y-axis. So, I will need those two columns. I also see different wells and conditions, so those will be other variables that should be in the table. Each variable gets a column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the data into the right format, I stacked all of your Cycle columns into a single column which I just called Cycle. I then stripped off only the number from that character string to create a column called Cycle Number. From your picture, it also looks like you wanted different lines for each Well and Condition combination. So, I created that column. The resulting data table is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The graph is made from Graph Builder. Drag Cycle Number to the X-axis, dRn to the y-axis, and the Well&amp;amp;Condition column to the overlay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Obermiller_0-1708024770103.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61152iBC226B0B0C7ED216/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Obermiller_0-1708024770103.png" alt="Dan_Obermiller_0-1708024770103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:20:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724437#M90678</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2024-02-15T19:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: A question related to generating a plot using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724441#M90680</link>
      <description>&lt;P&gt;Thank you very much for the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:48:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-question-related-to-generating-a-plot-using-JMP/m-p/724441#M90680</guid>
      <dc:creator>JMP2021</dc:creator>
      <dc:date>2024-02-15T19:48:28Z</dc:date>
    </item>
  </channel>
</rss>

