<?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 can I multiple plot in one graph builder by different  parameters? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83229#M37457</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14311iBDAFB4785CB05938/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&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-center" image-alt="2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14312iA4436A6027C91DEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&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>Wed, 14 Nov 2018 04:06:38 GMT</pubDate>
    <dc:creator>Fusion</dc:creator>
    <dc:date>2018-11-14T04:06:38Z</dc:date>
    <item>
      <title>How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83229#M37457</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14311iBDAFB4785CB05938/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&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-center" image-alt="2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14312iA4436A6027C91DEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&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>Wed, 14 Nov 2018 04:06:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83229#M37457</guid>
      <dc:creator>Fusion</dc:creator>
      <dc:date>2018-11-14T04:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83246#M37460</link>
      <description>&lt;P&gt;I'm not completely sure what you want. If you run this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
dt &amp;lt;&amp;lt; Graph Builder(
				Show Control Panel( 0 ),
				Variables( X( :lot_id ), Y( :NPN1 ), Y( :PNP1 ), Y( :PNP2 ), Group X( :SITE ) ),
				Elements( Position( 1, 1 ), Box Plot( X, Y, Legend( 53 ) ) ),
				Elements( Position( 1, 2 ), Box Plot( X, Y, Legend( 54 ) ) ),
				Elements( Position( 1, 3 ), Box Plot( X, Y, Legend( 55 ) ) )
			);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you will get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-11-14 at 09.28.37.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14314i4912EA98B20EC4D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-11-14 at 09.28.37.png" alt="Screen Shot 2018-11-14 at 09.28.37.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To get this inteteractively, you just need to understand how the &lt;A href="https://www.jmp.com/support/help/14/graph-builder-2.shtml#" target="_self"&gt;Graph Builder&lt;/A&gt; drop zones work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 09:39:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83246#M37460</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2018-11-14T09:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83249#M37461</link>
      <description>&lt;P&gt;THANKS，Yours code isn't what I want.&lt;/P&gt;&lt;P&gt;Just like the attachment I uploaded，I want plot multiple Graphics. But yours is single Graphics.&lt;/P&gt;&lt;P&gt;Example: there is another&amp;nbsp;variable Z,&amp;nbsp; Z = 1,&amp;nbsp; plot a graphic like what you show; Z=2, plot a graphic like what you show, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 09:59:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83249#M37461</guid>
      <dc:creator>Fusion</dc:creator>
      <dc:date>2018-11-14T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83324#M37486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13315"&gt;@Fusion&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If I understand correctly you would like a separate graph for each of your process parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An easy way to accomplish this is to first stack your data--&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JMP Tables--&amp;gt;Stack" style="width: 704px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14343i91B28813468D038B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-11-14 at 1.16.46 PM.png" alt="JMP Tables--&amp;gt;Stack" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Tables--&amp;gt;Stack&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the data is stacked you can use the page by role in graph builder to create a separate graph for each process parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Graph Builder Page drop zone" style="width: 714px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14344i1A1B6E914DF91271/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-11-14 at 1.12.54 PM.png" alt="JMP Graph Builder Page drop zone" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Graph Builder Page drop zone&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could then put each graph back into the data table--&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JMP Make into Data Table" style="width: 648px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14348iCD3439C97BBC3BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-11-14 at 1.25.01 PM.png" alt="JMP Make into Data Table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Make into Data Table&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Process Parameters in data table" style="width: 975px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14349iE39BAD9595F3408C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-11-14 at 1.29.34 PM.png" alt="Process Parameters in data table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Process Parameters in data table&lt;/span&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;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
dt &amp;lt;&amp;lt; Stack(
	columns(
		:NPN1,
		:PNP1,
		:PNP2,
		:NPN2,
		:PNP3,
		:IVP1,
		:PNP4,
		:NPN3,
		:IVP2,
		:NPN4,
		:SIT1,
		:INM1,
		:INM2,
		:VPM1,
		:VPM2,
		:VPM3,
		:PMS1,
		:SNM1,
		:SPM1,
		:NPN5,
		:EP2,
		:ZD6,
		:PBA,
		:PLG,
		:CAP,
		:PBA3,
		:PLG2,
		:PNP5,
		:NPN6,
		:PNP6,
		:PNP7,
		:NPN7,
		:PNP8,
		:IVP3,
		:IVP4,
		:IVP5,
		:IVP6,
		:PNP9,
		:NPN8,
		:NPN9,
		:IVP7,
		:NPN10,
		:N_1,
		:PBA1,
		:WPR1,
		:B10,
		:PLY10,
		:VBE210,
		:VTN210,
		:VTP210,
		:SIT2,
		:SIT3,
		:INV2,
		:INV3,
		:INV4,
		:INV5,
		:FST1,
		:FST2,
		:RES1,
		:RES2,
		:PNM1,
		:PPM1,
		:FNM1,
		:FPM1,
		:FST3,
		:FST4,
		:RES3,
		:RES4,
		:A1,
		:B1,
		:A2N,
		:A2P,
		:A2P1,
		:IVP8,
		:IVP9,
		:DE_H1,
		:NF_H1,
		:ESM1,
		:ESM2,
		:ESP1,
		:YFU1,
		:VPM4,
		:PBA2,
		:PBB1,
		:LYA1,
		:LYB1,
		:DEM1,
		:DEP1,
		:NFM1,
		:PLY1,
		:VDP1,
		:VDP2,
		:SNW1,
		:RSP2,
		:PLY2,
		:RSP1,
		:VDP3,
		:PBL1,
		:PLG1,
		:VDP4,
		:SPW1,
		:VIA1,
		:INM3,
		:VPM5,
		:VPM6,
		:INM4,
		:VPM7,
		:M1_M1,
		:M2_M2,
		:P1_P1,
		:E2A1,
		:E2B1,
		:NPN11,
		:IVP10,
		:PNP10,
		:INM5,
		:VPM8,
		:VPM9,
		:INM6,
		:VPM10,
		:N2A1,
		:N2B1,
		:NM_L1,
		:P2A1,
		:P2B1,
		:PM_L1,
		:P1,
		:M1
	),
	Source Label Column( "Process Parameter" ),
	Stacked Data Column( "Parameter Measurement" ),
	Output Table( "Stacked Semiconductor Capability" )
);

gb_obj = Graph Builder(
	Size( 534, 63946 ),
	Show Control Panel( 0 ),
	Variables(
		X( :lot_id ),
		Y( :Parameter Measurement ),
		Page( :Process Parameter )
	),
	Elements( Box Plot( X, Y, Legend( 4 ) ) )
);
gb_obj &amp;lt;&amp;lt; Make into Data Table;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 18:30:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83324#M37486</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-11-14T18:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83396#M37517</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/706"&gt;@stan_koprowski&lt;/a&gt;，why I can't find "Make into datatable" in Graph Builder，My JMP version is&amp;nbsp; JMP11 @Windows x64.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 01:44:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83396#M37517</guid>
      <dc:creator>Fusion</dc:creator>
      <dc:date>2018-11-15T01:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83411#M37532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13315"&gt;@Fusion&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry but t&lt;SPAN&gt;he &lt;/SPAN&gt;&lt;EM&gt;Make into Data Table &lt;/EM&gt;&lt;SPAN&gt;red triangle option which creates a new data table that contains the results from the graph&amp;nbsp;&lt;/SPAN&gt;was added in the JMP 12 release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 03:22:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83411#M37532</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-11-15T03:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83541#M37588</link>
      <description>OK. Thank you very much for the answer.</description>
      <pubDate>Fri, 16 Nov 2018 03:36:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/83541#M37588</guid>
      <dc:creator>Fusion</dc:creator>
      <dc:date>2018-11-16T03:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I multiple plot in one graph builder by different  parameters?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/678432#M86474</link>
      <description>&lt;P&gt;This is a nice solution, but it loses the x and y labels. Is there a way to have those in the data table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 13:15:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-multiple-plot-in-one-graph-builder-by-different/m-p/678432#M86474</guid>
      <dc:creator>nubilalis</dc:creator>
      <dc:date>2023-09-16T13:15:44Z</dc:date>
    </item>
  </channel>
</rss>

