<?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: Local data filter and hover labels in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479557#M72385</link>
    <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for your reply and especially sharing the link to the interesting article; fascinating Easter reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At end of the article, there is a link to&amp;nbsp;&lt;SPAN class=""&gt;IrisLocalImages.jsl file which is a great example for hovers/graphlets. Very similar what I have been doing. Also with this example, I can replicate the problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. When opening the file, hovers works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. Then, if applying Local Data Filters so that all data points are excluded (eg Species: Virginica + Sepal width: &amp;lt;4.9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;3. Then make filter selection so that some points come back (eg by clearing the data filters), graphlet script is vanished. &lt;/SPAN&gt;&lt;SPAN class=""&gt;When looking how it is looking at Hover label editor, default example text has appeared. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;So this is what I am seeing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I am not exactly sure if Add Pin Annotation() helps for this issue(?)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Janne&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Fri, 15 Apr 2022 15:28:16 GMT</pubDate>
    <dc:creator>JanneI</dc:creator>
    <dc:date>2022-04-15T15:28:16Z</dc:date>
    <item>
      <title>Local data filter and hover labels</title>
      <link>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479106#M72336</link>
      <description>&lt;P&gt;I have been working with a tool which utilizes mouse over hover labels (actually graphlets in this case; quite simple script to open and show image) on Graph Builder platform. I have noticed that hover label script is vanished/reset if data point is first excluded and then included back by local data filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running JMP 16. Is there any option or way around trick how hover label script would be "permanent"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:23:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479106#M72336</guid>
      <dc:creator>JanneI</dc:creator>
      <dc:date>2023-06-11T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Local data filter and hover labels</title>
      <link>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479125#M72337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/27037"&gt;@JanneI&lt;/a&gt;&amp;nbsp;- I tested this with the example in&amp;nbsp;&lt;LI-MESSAGE title="Hover labels: Understanding the extensions framework." uid="368238" url="https://community.jmp.com/t5/JMPer-Cable/Hover-labels-Understanding-the-extensions-framework/m-p/368238#U368238" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In JMP 15 I see that a pinned hover label does not come back when the rows are excluded and then included again (note: not the custom script, but individual labels).&amp;nbsp; But in JMP 16 this is working for me.&amp;nbsp; Can you clarify what it is that you are seeing?&amp;nbsp; In the saved script for the platform, there should be a &lt;FONT face="courier new,courier"&gt;Set Graphlet()&lt;/FONT&gt; message with your saved script, and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Add Pin Annotation()&lt;/FONT&gt; messages for any individual pinned hover labels.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 12:34:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479125#M72337</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2022-04-14T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Local data filter and hover labels</title>
      <link>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479557#M72385</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for your reply and especially sharing the link to the interesting article; fascinating Easter reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At end of the article, there is a link to&amp;nbsp;&lt;SPAN class=""&gt;IrisLocalImages.jsl file which is a great example for hovers/graphlets. Very similar what I have been doing. Also with this example, I can replicate the problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. When opening the file, hovers works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. Then, if applying Local Data Filters so that all data points are excluded (eg Species: Virginica + Sepal width: &amp;lt;4.9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;3. Then make filter selection so that some points come back (eg by clearing the data filters), graphlet script is vanished. &lt;/SPAN&gt;&lt;SPAN class=""&gt;When looking how it is looking at Hover label editor, default example text has appeared. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;So this is what I am seeing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I am not exactly sure if Add Pin Annotation() helps for this issue(?)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Janne&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Fri, 15 Apr 2022 15:28:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479557#M72385</guid>
      <dc:creator>JanneI</dc:creator>
      <dc:date>2022-04-15T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Local data filter and hover labels</title>
      <link>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479598#M72395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Jannel - I can now reproduce the issue that you report.&amp;nbsp; I was not excluding &lt;EM&gt;&lt;STRONG&gt;all&lt;/STRONG&gt; &lt;/EM&gt;points in my initial test, and that is what makes the difference.&amp;nbsp; I will report this as an issue to be fixed in a future release.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 19:26:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-data-filter-and-hover-labels/m-p/479598#M72395</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2022-04-15T19:26:36Z</dc:date>
    </item>
  </channel>
</rss>

