<?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 Arrange contour plot in groups in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/15694#M14365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created contour sheet contains 25 contour plots, but all came in one column (As shown below). Is there any option to arrange contour plots based on our requirement.&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="10580_pastedImage_0.png" style="width: 491px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2471iF3F253A978A6AE59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10580_pastedImage_0.png" alt="10580_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravikishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 01:18:14 GMT</pubDate>
    <dc:creator>ravi_kishor900</dc:creator>
    <dc:date>2016-10-19T01:18:14Z</dc:date>
    <item>
      <title>Arrange contour plot in groups</title>
      <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/15694#M14365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created contour sheet contains 25 contour plots, but all came in one column (As shown below). Is there any option to arrange contour plots based on our requirement.&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="10580_pastedImage_0.png" style="width: 491px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2471iF3F253A978A6AE59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10580_pastedImage_0.png" alt="10580_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravikishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:18:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/15694#M14365</guid>
      <dc:creator>ravi_kishor900</dc:creator>
      <dc:date>2016-10-19T01:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Arrange contour plot in groups</title>
      <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/15695#M14366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The contour plot element is now available in Graph Builder, which (through the 'X Group' and 'Y Group' slots, for example) gives many more layout options 'out of the box' than does the Contour Plot platform itself. For example, by dragging and dropping, you can produces a trellis plot by wafer and lot, and then save the resulting script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From memory, though, there are a few contour options not in Graph Builder, and if you need these you need to stick with what you have. Other layouts are certainly possible, but would require just a little JSL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:45:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/15695#M14366</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2015-12-03T12:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Arrange contour plot in groups</title>
      <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/215024#M42990</link>
      <description>&lt;P&gt;Graph Builder is great tool but someone can prefer simple solution like this one:&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/Wafer Stacked.jmp" );
::Ncolumns = 3;
Charts = New Window( "Contour maps",
Lineup Box( N Col( ::Ncolumns ),
Contour Plot( X( :X_Die, :Y_Die ), Y( :Defects ), Show Data Points( 0 ), By( :Wafer ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 18:08:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/215024#M42990</guid>
      <dc:creator>Stanislav</dc:creator>
      <dc:date>2019-06-27T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arrange contour plot in groups</title>
      <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/229614#M45584</link>
      <description>Elegant! Needs to add a final parenthesis at end.&lt;BR /&gt;)</description>
      <pubDate>Sat, 19 Oct 2019 15:57:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/229614#M45584</guid>
      <dc:creator>rc_hertzy</dc:creator>
      <dc:date>2019-10-19T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Arrange contour plot in groups</title>
      <link>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/631231#M82953</link>
      <description>&lt;P&gt;and how can we add a&amp;nbsp;FrameBox and the ScaleBox(s)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 23:28:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Arrange-contour-plot-in-groups/m-p/631231#M82953</guid>
      <dc:creator>Miof</dc:creator>
      <dc:date>2023-05-11T23:28:37Z</dc:date>
    </item>
  </channel>
</rss>

