<?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: Stacked parameter plot in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43159#M24988</link>
    <description>&lt;P&gt;Thank you Jim.&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
    <pubDate>Sat, 12 Aug 2017 18:05:06 GMT</pubDate>
    <dc:creator>ram</dc:creator>
    <dc:date>2017-08-12T18:05:06Z</dc:date>
    <item>
      <title>Stacked parameter plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43123#M24975</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i am Trying to make a plot like the one shown in below cartoon in JMP. &amp;nbsp;can have multiple parameter on y axis as shown. These y parameter are of different scale. one parameter may be in 1e-9 and other may be in 1e+12. so need to have different y scale for different y parameters. after that each y parameter have their targets as hown in blue line. X axis is can be 1 parameter.&lt;/P&gt;&lt;P&gt;Is it somethign available in graph builder. or can be done using script?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ram&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="Graph builder graph.PNG" style="width: 792px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7158i6340DD636299E7D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Graph builder graph.PNG" alt="Graph builder graph.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:24:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43123#M24975</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2023-06-09T23:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked parameter plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43139#M24977</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/8800"&gt;@ram&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The documentation on how to do this is covered in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Essential Graphing==&amp;gt;Create Separate Axes in the X and Y Zones&lt;/P&gt;
&lt;P&gt;Multiple Y axes can easily be handled in Graph Builder&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiple y's.JPG" style="width: 636px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7168i4CFE87C6C63D255D/image-size/large?v=v2&amp;amp;px=999" role="button" title="multiple y's.JPG" alt="multiple y's.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA\Semiconductor Capability.jmp" );
Graph Builder(
	Variables( Y( :PNP1 ), Y( :NPN1 ), Y( :PNP2 ) ),
	Elements( Position( 1, 1 ), Points( Y, Legend( 5 ) ) ),
	Elements( Position( 1, 2 ), Points( Y, Legend( 6 ) ) ),
	Elements( Position( 1, 3 ), Points( Y, Legend( 7 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Aug 2017 22:32:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43139#M24977</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-08-11T22:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked parameter plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43142#M24979</link>
      <description>&lt;P&gt;Like Jim said, but with an x variable and box plots:&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="Screen Shot 2017-08-11 at 8.39.11 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7169iCAA9665FCC1CB28B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-08-11 at 8.39.11 PM.png" alt="Screen Shot 2017-08-11 at 8.39.11 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each Y axis can have its own reference lines.&amp;nbsp;&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;</description>
      <pubDate>Sat, 12 Aug 2017 00:41:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43142#M24979</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2017-08-12T00:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked parameter plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43159#M24988</link>
      <description>&lt;P&gt;Thank you Jim.&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 18:05:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43159#M24988</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-08-12T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked parameter plot in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43160#M24989</link>
      <description>&lt;P&gt;Thank you Gregg&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 18:05:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stacked-parameter-plot-in-graph-builder/m-p/43160#M24989</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-08-12T18:05:48Z</dc:date>
    </item>
  </channel>
</rss>

