<?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 Hover Label Scripting Tutorial in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241644#M47737</link>
    <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a tutorial for how to script Hover Label graphs? I looked at the default generated Hover Label Editor but the code is relatively uncommented and difficult to parse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 22:25:48 GMT</pubDate>
    <dc:creator>DavidLeber</dc:creator>
    <dc:date>2020-01-16T22:25:48Z</dc:date>
    <item>
      <title>Hover Label Scripting Tutorial</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241644#M47737</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a tutorial for how to script Hover Label graphs? I looked at the default generated Hover Label Editor but the code is relatively uncommented and difficult to parse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 22:25:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241644#M47737</guid>
      <dc:creator>DavidLeber</dc:creator>
      <dc:date>2020-01-16T22:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hover Label Scripting Tutorial</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241671#M47744</link>
      <description>&lt;P&gt;Did you look up hover labels in Help &amp;gt; Books &amp;gt; Scripting Guide? The documentation contains a lot of examples with code.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 00:59:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241671#M47744</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-01-17T00:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hover Label Scripting Tutorial</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241746#M47754</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12803"&gt;@DavidLeber&lt;/a&gt;&amp;nbsp;besides the examples that &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;mentioned, I will be working on new material for the Community in the following months.&lt;/P&gt;
&lt;P&gt;I have already posted a few JSL examples based on the new hover label functionality, see:&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Scripts/WikiReader-Augmenting-Hover-Labels-with-web-data-and-images/ta-p/237488" target="_blank"&gt;https://community.jmp.com/t5/JMP-Scripts/WikiReader-Augmenting-Hover-Labels-with-web-data-and-images/ta-p/237488&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Is-it-possible-to-combine-two-pictures-in-one-expression-column/m-p/226984" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Is-it-possible-to-combine-two-pictures-in-one-expression-column/m-p/226984&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is also documentation on-line related to this area, such as:&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/add-graphs-or-images-to-hover-labels.shtml#ww1186525" target="_blank"&gt;https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/add-graphs-or-images-to-hover-labels.shtml#ww1186525&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;* &lt;A href="https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/create-drill-down-graphs.shtml#ww611362" target="_blank"&gt;https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/create-drill-down-graphs.shtml#ww611362&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our hope was that between the rich functionality supported out-of-the-box by&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/add-graphs-or-images-to-hover-labels.shtml" target="_self"&gt;Graphlet Presets&lt;/A&gt; and easy of customization afforded by the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/add-graphs-or-images-to-hover-labels.shtml#ww1186525" target="_self"&gt;Paste Graphlet&lt;/A&gt;&amp;nbsp;command, we would cover most of the use cases without the need for extra coding.&lt;/P&gt;
&lt;P&gt;Of course, we exposed a JSL API precisely to allow for those scenarios that do require additional customization.&lt;/P&gt;
&lt;P&gt;Do you have a particular use case in mind? Please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 14:32:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/241746#M47754</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-01-17T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hover Label Scripting Tutorial</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/314760#M56682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12803"&gt;@DavidLeber&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Good news! We will give an in-depth presentation at the upcoming Discovery Summit Americas 2020 on the new Hover Label capabilities, including details about how to use its JSL extension points to create custom graphlets.&lt;/P&gt;
&lt;P&gt;The presentation video and supporting material are already on-line &lt;A href="https://community.jmp.com/t5/Discovery-Summit-Americas-2020/From-Details-on-Demand-to-Wandering-Workflows-Getting-to-know/ta-p/281539" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;We will also have a Q&amp;amp;A session after the presentation is displayed so do come by with your questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:32:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/314760#M56682</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-09-29T20:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hover Label Scripting Tutorial</title>
      <link>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/376467#M62637</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12803"&gt;@DavidLeber&lt;/a&gt;,&amp;nbsp;You might also be interested in this blog which has some great examples for getting started on hover label scripting:&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 13:40:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hover-Label-Scripting-Tutorial/m-p/376467#M62637</guid>
      <dc:creator>LisaG</dc:creator>
      <dc:date>2021-04-14T13:40:01Z</dc:date>
    </item>
  </channel>
</rss>

