<?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: Selection in one graph determines what is plotted in another graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960214#M110190</link>
    <description>&lt;P&gt;How have you built your plots?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2026 04:15:23 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-07-20T04:15:23Z</dc:date>
    <item>
      <title>Selection in one graph determines what is plotted in another graph</title>
      <link>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/959837#M110185</link>
      <description>&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;I'm probably missing something obvious here - but I'm struggling with a special selection case.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;I have one plot controlling the content of another plot:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;If I select 3 points, I get 3 curves displayed.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;If I deselect 2 of those points, only 1 curve remains.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;So far, everything behaves exactly as expected.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;However, when I deselect the last remaining point, so that &lt;STRONG&gt;nothing at all is selected&lt;/STRONG&gt;, JMP suddenly displays *all* curves again.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I understand the logic: "no selection" is interpreted as "no filter", therefore all rows are shown.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But in my use case, I would actually expect the opposite behavior:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;if nothing is selected, then nothing should be displayed.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is not a cosmetic issue, it causes JMP to orbit for 5 minutes - and it produces a messy (useless)&amp;nbsp; plot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a hidden workaround?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 09:35:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/959837#M110185</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-07-17T09:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in one graph determines what is plotted in another graph</title>
      <link>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960214#M110190</link>
      <description>&lt;P&gt;How have you built your plots?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 04:15:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960214#M110190</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-07-20T04:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in one graph determines what is plotted in another graph</title>
      <link>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960233#M110192</link>
      <description>&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;First, I used standard Graph Builder plots together with the Filter By functionality in the Dashboard.&lt;BR /&gt;But it shoed the described issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="scriptor-paragraph"&gt;&lt;SPAN&gt;As a workaround, I now create the plots manually:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;Empty plot with a Graphics Script&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;Retrieve the selected rows&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="scriptor-paragraph"&gt;&lt;SPAN&gt;Generate the curves in the second plot "manually"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Another alternative:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Do not use &lt;STRONG&gt;Filter By&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Instead, update the selection in the second plot whenever the selection changes in the first plot&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;These workarounds allow you to explore the flexibility and possibilities of JMP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, a small toggle:&amp;nbsp;&lt;STRONG&gt;Nothing Selected&lt;/STRONG&gt;&amp;nbsp;actually means “&lt;STRONG&gt;Nothing Selected"&lt;BR /&gt;&lt;/STRONG&gt;would feel much more consistent with the JMP user experience.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;It’s just that I can’t seem to find such an option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 06:03:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960233#M110192</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-07-20T06:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in one graph determines what is plotted in another graph</title>
      <link>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960303#M110197</link>
      <description>&lt;P&gt;I don't think there is such option (and you know how we might be able to get one at some point).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also create this type of "filtering" using selection column with Forced Values (0/1) + Formula (such as&amp;nbsp;&lt;EM&gt;Col Sum(Selected(), :age) &amp;gt;= 1 ,&lt;/EM&gt; depending on your selection graph) and then add local data filter with the selection column value being 1.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1784541613356.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/110379iFF1BCB2D656831E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1784541613356.png" alt="jthi_0-1784541613356.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1784541622376.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/110380i4635C0DF0F3C91FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_1-1784541622376.png" alt="jthi_1-1784541622376.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1784541635232.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/110382iB63AD650D5CD0092/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_2-1784541635232.png" alt="jthi_2-1784541635232.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 10:04:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Selection-in-one-graph-determines-what-is-plotted-in-another/m-p/960303#M110197</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-07-20T10:04:57Z</dc:date>
    </item>
  </channel>
</rss>

