<?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: How to unlink plots in jmp and control connected highlighting of jmp plots? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/250039#M49089</link>
    <description>&lt;P&gt;Thanks for the suggestions. I am using JSL to open a journal and plot different analysis plots. Below is my typical flow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Clear Row States(); //example

dt &amp;lt;&amp;lt; Select Where(); //use some selection condition.
dt &amp;lt;&amp;lt; Hide &amp;lt;&amp;lt; Exclude; //Hide and exclude.

Distribution(); //Plot something new.

dt &amp;lt;&amp;lt; Clear Row States(); // Clear all selections and exclusions.
// Use new selection and exclusion conditions.
//Plot a new analysis.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Will this work if I would like to prevent the recalculation of the older plots?&lt;/P&gt;&lt;P&gt;I know the above steps modify the table. Do I need to explicitly use the&amp;nbsp;&lt;/P&gt;&lt;P&gt;Local Data Filter command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 09:58:16 GMT</pubDate>
    <dc:creator>AD1</dc:creator>
    <dc:date>2020-03-02T09:58:16Z</dc:date>
    <item>
      <title>How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249302#M48939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am plotting multiple graphs using a data table which uses exclusion to show different statistics in different plots.&lt;/P&gt;&lt;P&gt;When I select data in one plot it automatically highlights some connected data in another plot in the same journal.&lt;/P&gt;&lt;P&gt;I guess it knows which columns are being plotted and it makes active connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Is there a way to unlink this kind of highlight (or toggle it on/off)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. To plot, I use JSL and I have to select and exclude rows based on certain conditions which are different for different plots.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; Since there is only one connected table, does creating a new plot with different hide and exclude parameters affect an older&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; plot which was created using other data filters? If that's the case then the earlier plots will be wrong. is it the case?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. What would be a proper solution to plot multiple graphs of whatever kind using one data table and different exclusion scenarios?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 17:12:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249302#M48939</guid>
      <dc:creator>AD1</dc:creator>
      <dc:date>2020-02-26T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249314#M48942</link>
      <description>&lt;P&gt;If you select, hide, exclude in the data table that has more than one platform open, all platforms various outputs will be modified.&amp;nbsp; You can stop this behavior by moving just the display output to a journal, or you can use a Local Data Filter on a given platform output display, and it will exclude/hide only for that Platform's output.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 17:38:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249314#M48942</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-02-26T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249360#M48958</link>
      <description>&lt;P&gt;I'll second the suggestion from&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;to use the Local Data Filter to create local hide/exclude effects for different platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to point out one other detail that affects the linked behavior between platforms - the Automatic Recalc option that is found under the Redo menu in the red-triangle menu.&amp;nbsp; Some platforms default to ON for Automatic Recalc and some default to OFF.&amp;nbsp; If recalc is OFF, then generally any exclude changes that are made in the data table after a platform is launched will not cause the platform to recompute the statistics.&amp;nbsp; However, even when recalc is OFF, selection and hiding changes in the data table will be seen.&amp;nbsp; When you add a Local Data Filter to a platform, the Automatic Recalc option is turned on for you - this is necessary to make the platform respond to filter changes.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 19:59:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/249360#M48958</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2020-02-26T19:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/250039#M49089</link>
      <description>&lt;P&gt;Thanks for the suggestions. I am using JSL to open a journal and plot different analysis plots. Below is my typical flow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Clear Row States(); //example

dt &amp;lt;&amp;lt; Select Where(); //use some selection condition.
dt &amp;lt;&amp;lt; Hide &amp;lt;&amp;lt; Exclude; //Hide and exclude.

Distribution(); //Plot something new.

dt &amp;lt;&amp;lt; Clear Row States(); // Clear all selections and exclusions.
// Use new selection and exclusion conditions.
//Plot a new analysis.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Will this work if I would like to prevent the recalculation of the older plots?&lt;/P&gt;&lt;P&gt;I know the above steps modify the table. Do I need to explicitly use the&amp;nbsp;&lt;/P&gt;&lt;P&gt;Local Data Filter command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:58:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/250039#M49089</guid>
      <dc:creator>AD1</dc:creator>
      <dc:date>2020-03-02T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/250467#M49151</link>
      <description>&lt;P&gt;If you are journaling the results you should get close to what you want, because once the report is journaled it will not respond to row-state changes.&amp;nbsp; Any live reports will continue to respond to Select/Hide changes, and will also respond to Exclude if the AutoRecalc flag is set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a little script that demonstrates the difference between three cases:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. A live platform&lt;/P&gt;
&lt;P&gt;2. A journaled platform with captured row-states&lt;/P&gt;
&lt;P&gt;3. A filtered platform&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");

dt&amp;lt;&amp;lt;Select Where(:age == 14);
dt&amp;lt;&amp;lt;Hide&amp;lt;&amp;lt;Exclude;
biv=dt&amp;lt;&amp;lt;Bivariate( Y( :weight ), X( :height ), Fit Line() );
biv&amp;lt;&amp;lt;Journal;
Wait(1);
dt &amp;lt;&amp;lt; Clear Row States();

biv2 = dt&amp;lt;&amp;lt;Bivariate(
	Y( :weight ),
	X( :height ),
	Fit Line(),
	Local Data Filter(
		Close Outline( 1 ),
		Inverse( 1 ),
		Add Filter(
			columns( :age ),
			Where( :age == 14 )
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here are my resulting graphs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Biv1.png" style="width: 366px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22138i596AE16A1323714E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Biv1.png" alt="Biv1.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Biv2.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22139i05D31FE51B89ACB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Biv2.png" alt="Biv2.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Biv3.png" style="width: 392px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22140i7749A211CEA5E206/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Biv3.png" alt="Biv3.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the live report, the hidden markers came back after the row states were cleared.&amp;nbsp; In the journaled report, the hidden markers do not come back, but the markers are dimmed.&amp;nbsp; This is because my selection mode is "dim unselected points" and at the time the journal was created there were other rows selected.&amp;nbsp; If could get around this by adding dt&amp;lt;&amp;lt;ClearSelect() before the journal is created.&amp;nbsp; In the filtered example, the report is still live, but the markers are not shown because they are hidden/excluded by the filter.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:52:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/250467#M49151</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2020-03-03T21:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to unlink plots in jmp and control connected highlighting of jmp plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/252236#M49521</link>
      <description>Thanks for the reply and for the example. This example clarified a lot of things for me.</description>
      <pubDate>Fri, 13 Mar 2020 13:43:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-unlink-plots-in-jmp-and-control-connected-highlighting-of/m-p/252236#M49521</guid>
      <dc:creator>AD1</dc:creator>
      <dc:date>2020-03-13T13:43:17Z</dc:date>
    </item>
  </channel>
</rss>

