<?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: Plotting Multiple Data Series Using Graph Builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19625#M17886</link>
    <description>&lt;P&gt;Actually, as Jim mentioned, this is exactly the stack that's being performed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "Table" ) &amp;lt;&amp;lt; Stack(
columns( :X1, :Y1, :X2, :Y2 ),
Source Label Column( "Label" ),
Stacked Data Column( "Data" ),
Number of Series( 2 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12066_StackTableGBdt_v2.png" style="width: 507px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3428iECBF7FA71543A9CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12066_StackTableGBdt_v2.png" alt="12066_StackTableGBdt_v2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the Graph Builder, rearranging the parameters produces this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Show Control Panel( 0 ),
Variables( X( :Data ), Y( :Data 2 ), Overlay( :Label 2 ) ),
Elements( Points( X, Y), Smoother( X, Y ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12067_StackTableGB_v2.png" style="width: 642px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3429i92762225D49197D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12067_StackTableGB_v2.png" alt="12067_StackTableGB_v2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course you would have to relabel the "Data" (X1&amp;amp;X2) and "Data2" (Y1&amp;amp;Y2) columns accordingly..&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 08:20:27 GMT</pubDate>
    <dc:creator>Phil_Brown</dc:creator>
    <dc:date>2017-08-31T08:20:27Z</dc:date>
    <item>
      <title>Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19621#M17882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feel this isn't possible, but I thought I would ask anyway.&amp;nbsp; I would like to add different XY data sets to a graph.&amp;nbsp; The problem is that series aren't sharing the same x values.&amp;nbsp; What I am trying to do is plot swept data for many transistors and not all of the data has the same number of steps in the sweep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Column 1 and Column 2 are my first X and Y values, respectively, and Column 3 and 4 are my second set of X and Y values, respectively.&amp;nbsp; When I add them to the Graph Builder, instead of getting two plots, I get four.&amp;nbsp; Column 2 with Column 1, Column 2 with Column 3, Column 4 with Column 1 and Column 4 with Column 3.&amp;nbsp; I see I have I can remove those from the plot by changing the transparency.&amp;nbsp; However, I will be doing with with a lot of data and it wouldn't be practical at all to do it manually.&amp;nbsp; Is there a way to do this with JSL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Natalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 20:56:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19621#M17882</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-07-22T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19622#M17883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm understanding you correctly, I think if you can stack the data and introduce a grouping variable then you can use that variable as GROUP X in Graph Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12039_StackTableGB.png" style="width: 891px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3409i056FBF838D8AE8B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12039_StackTableGB.png" alt="12039_StackTableGB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this look like what you'd want? I can provide more details on the stacking if this is the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:25:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19622#M17883</guid>
      <dc:creator>Phil_Brown</dc:creator>
      <dc:date>2016-10-19T03:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19623#M17884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Philip,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for getting back to me!&amp;nbsp; That isn't quite what I had in mind, though.&amp;nbsp; I took a screenshot of what I am looking for.&amp;nbsp; This is an example using two sets of data but actually there will be over 100.&amp;nbsp; Is there an easy way to do this for large sample sizes without manually changing the transparency of the curves?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12065_pastedImage_1.png" style="width: 1408px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3427iB0C61E4A30C59D31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12065_pastedImage_1.png" alt="12065_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:27:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19623#M17884</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-10-19T03:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19624#M17885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Natalie,&lt;/P&gt;&lt;P&gt;I think the solution is to stack your data, as Philip suggested, but you need to do a 2 column stack, where you stack all of your Y columns and all of your X columns.&amp;nbsp; Then you can run the Graph Builder, and specify the "Label" column that is created in the stacking process, as the Overlay column in the Graph Builder.&amp;nbsp; It will give you a separate line/curve for each level of "Label"(pair of X and Ys).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 21:56:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19624#M17885</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-07-25T21:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19625#M17886</link>
      <description>&lt;P&gt;Actually, as Jim mentioned, this is exactly the stack that's being performed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "Table" ) &amp;lt;&amp;lt; Stack(
columns( :X1, :Y1, :X2, :Y2 ),
Source Label Column( "Label" ),
Stacked Data Column( "Data" ),
Number of Series( 2 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12066_StackTableGBdt_v2.png" style="width: 507px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3428iECBF7FA71543A9CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12066_StackTableGBdt_v2.png" alt="12066_StackTableGBdt_v2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the Graph Builder, rearranging the parameters produces this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Show Control Panel( 0 ),
Variables( X( :Data ), Y( :Data 2 ), Overlay( :Label 2 ) ),
Elements( Points( X, Y), Smoother( X, Y ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12067_StackTableGB_v2.png" style="width: 642px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3429i92762225D49197D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12067_StackTableGB_v2.png" alt="12067_StackTableGB_v2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course you would have to relabel the "Data" (X1&amp;amp;X2) and "Data2" (Y1&amp;amp;Y2) columns accordingly..&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:20:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19625#M17886</guid>
      <dc:creator>Phil_Brown</dc:creator>
      <dc:date>2017-08-31T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting Multiple Data Series Using Graph Builder</title>
      <link>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19626#M17887</link>
      <description>&lt;P&gt;Here's a further example with more series.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;In general, the stack becomes:&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "StackedTable" ) &amp;lt;&amp;lt; Stack(
columns(
:age,           // X1
:ratio,       // Y1
:age 1,          // X2
:Predicted ratio,              // Y2
:age 2,                      // X3    
:Predicted ratio 2,            // Y3
:age 3,      // X4
:Predicted ratio 3,            // Y4
:age 4,      // X5
:Spline Predictor for ratio       // Y5
),
Source Label Column( "Label" ),
Stacked Data Column( "Data" ),
Number of Series( 2 )
 
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12069_StackTableGB_v3.png" style="width: 840px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3430iE18C32E620360AD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12069_StackTableGB_v3.png" alt="12069_StackTableGB_v3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:22:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plotting-Multiple-Data-Series-Using-Graph-Builder/m-p/19626#M17887</guid>
      <dc:creator>Phil_Brown</dc:creator>
      <dc:date>2017-08-31T08:22:59Z</dc:date>
    </item>
  </channel>
</rss>

