<?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: Specify Contours for All Contour Plots (without a dialogue for each plot) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272830#M53062</link>
    <description>&lt;P&gt;I cannot find a way to broadcast the menu command through the UI, but it is easy with a script. Here is an example.&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/Big Class.jmp" );

cp = Contour Plot(
	X( :height, :weight ),
	Y( :age ),
	Show Data Points( 0 ),
	Fill Areas( 0 ),
	Label Contours( 0 ),
	Transform( "Range Normalized" ),
	By( :sex )
);

cp &amp;lt;&amp;lt; Specify Contours( Min( 12 ), Max( 16 ), N( 5 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 15 Jun 2020 20:09:00 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2020-06-15T20:09:00Z</dc:date>
    <item>
      <title>Specify Contours for All Contour Plots (without a dialogue for each plot)</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272823#M53060</link>
      <description>&lt;P&gt;on JMP for Mac, v 14.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am plotting a two dependent variables using Graph--&amp;gt;Contour Plot with a "by" variable so I end up with 12 different plots. &amp;nbsp;I want all the plots to have the same contours for correct comparison purposes. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically holding down the command key when I make a selection under the red carat applies changes to all the plots in the plot window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a Contour Plot and "Specify Contours", it behaves differently, requiring that I type in the 3 of 4 inputs for EACH plot. &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="datanaut_0-1592250780718.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24595iBF525D7AD1964466/image-size/medium?v=v2&amp;amp;px=400" role="button" title="datanaut_0-1592250780718.png" alt="datanaut_0-1592250780718.png" /&gt;&lt;/span&gt;&amp;nbsp; x 12!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hoping there's some way to force them to all be the same with only 1 dialogue entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked for discussions addressing this and found none. &amp;nbsp;Which makes me think there is an easy/obvious way to do this I don't know or it's not a common complaint/need of the community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas/suggestions would be helpful. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:02:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272823#M53060</guid>
      <dc:creator>datanaut</dc:creator>
      <dc:date>2023-06-11T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Contours for All Contour Plots (without a dialogue for each plot)</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272830#M53062</link>
      <description>&lt;P&gt;I cannot find a way to broadcast the menu command through the UI, but it is easy with a script. Here is an example.&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/Big Class.jmp" );

cp = Contour Plot(
	X( :height, :weight ),
	Y( :age ),
	Show Data Points( 0 ),
	Fill Areas( 0 ),
	Label Contours( 0 ),
	Transform( "Range Normalized" ),
	By( :sex )
);

cp &amp;lt;&amp;lt; Specify Contours( Min( 12 ), Max( 16 ), N( 5 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jun 2020 20:09:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272830#M53062</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-06-15T20:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Contours for All Contour Plots (without a dialogue for each plot)</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272834#M53063</link>
      <description>&lt;P&gt;When you interactively startup the Contour Plot Platform, you can specify the contour specifications, and they are honored for all Contour Plots drawn&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="contour.PNG" style="width: 361px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24596iB6901C90B4D39C91/image-size/large?v=v2&amp;amp;px=999" role="button" title="contour.PNG" alt="contour.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 20:21:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-Contours-for-All-Contour-Plots-without-a-dialogue-for/m-p/272834#M53063</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-15T20:21:48Z</dc:date>
    </item>
  </channel>
</rss>

