<?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 回复： How to add JSL to &amp;quot;Big Class.jmp&amp;quot; graphics using Hover Labels? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724888#M90843</link>
    <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I do need to add a script to Hover Labels.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Still not sure how to proceed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 12:35:09 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-02-21T12:35:09Z</dc:date>
    <item>
      <title>How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724882#M90840</link>
      <description>&lt;P&gt;Start with the following JSL to generate the graph.&lt;BR /&gt;How to add JSL through Hover Labels to get cell name data Get "Big Class Families" file corresponding name data?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
p1 = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :weight ), Y( :height ), Group X( :age ), Color( :sex ) ),
	Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-21_19-40-19.png" style="width: 995px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61301i0B45D2F4DB5A238A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-21_19-40-19.png" alt="2024-02-21_19-40-19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 11:51:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724882#M90840</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T11:51:15Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724884#M90841</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Need to add another JSL. For example:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Include("D:\test.jsl");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE class=" language-jsl"&gt;test.jsl:&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = open("$sample_data/big class families.jmp","invisible");
overlay2 = dt:picture[1];// How do I get the name parameter that the cursor points to?
close(dt,nosave);
New Window("",V List Box(overlay2 ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:09:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724884#M90841</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T12:09:25Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724886#M90842</link>
      <description>&lt;P&gt;I suggest reading through JMP Help page regarding Hover labels&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.2/index.shtml#page/jmp/hover-labels.shtml#" target="_blank"&gt;Hover Labels (jmp.com)&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:09:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724886#M90842</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-21T12:09:53Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724888#M90843</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I do need to add a script to Hover Labels.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Still not sure how to proceed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:35:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724888#M90843</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T12:35:09Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724890#M90844</link>
      <description>&lt;P&gt;I will simply imitate,&lt;BR /&gt;Take this&lt;BR /&gt;Include("D:\test.jsl");&lt;BR /&gt;Copy and paste it into the script of the hover TAB.&lt;BR /&gt;The image also pops up, but the correct name parameters are not correctly obtained.&lt;BR /&gt;Still don't know how to fix it.&lt;BR /&gt;Hope to get expert help.Thank you very much!&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="2024-02-21_20-56-54.png" style="width: 887px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61302i19C9226932D44D22/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-21_20-56-54.png" alt="2024-02-21_20-56-54.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:03:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724890#M90844</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T13:03:43Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724891#M90845</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;I just paste in age =12, other ages don't work.&lt;/SPAN&gt;&lt;SPAN class=""&gt;How can all ages work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:06:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724891#M90845</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T13:06:14Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724892#M90846</link>
      <description>&lt;P&gt;Hold Ctrl when you right click and paste the graphlet. Each of the frameboxes have separate graphlets&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Variables(X(:height), Y(:weight), Group X(:age)),
	Elements(Points(X, Y, Legend(5)), Smoother(X, Y, Legend(6))),
	SendToReport(
		Dispatch({}, "Graph Builder", FrameBox, {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))}),
		Dispatch({}, "Graph Builder", FrameBox(2), {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))}),
		Dispatch({}, "Graph Builder", FrameBox(3), {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))}),
		Dispatch({}, "Graph Builder", FrameBox(4), {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))}),
		Dispatch({}, "Graph Builder", FrameBox(5), {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))}),
		Dispatch({}, "Graph Builder", FrameBox(6), {Set Graphlet(Picture(Distribution(Nominal Distribution(Column(:age)))))})
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:18:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724892#M90846</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-21T13:18:50Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724895#M90848</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I follow the sample files in the index combined with your tips.&lt;/SPAN&gt;&lt;SPAN class=""&gt;This can automatically implement each age plus script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;But the question that remains to be solved is how to use this test.jsl to automatically get the name parameters of the various locations to which the cursor is pointing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :weight ), Y( :height ), Group X( :age ), Color( :sex ) ),
	Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) )
);
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(1)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(2)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(3)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(4)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(5)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));
frame=(gb&amp;lt;&amp;lt;report)[FrameBox(6)];frame&amp;lt;&amp;lt;Set Graphlet(Picture(loader=Include("D:\test.jsl"); hlp=loader:lazyLoad("hllPresets"); hlp:launchPie();),Title("Pie Preset"),Reapply(1));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;D:\test.jsl&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;d9 = open("$sample_data/big class families.jmp","invisible");
overlay2 = d9:picture[1];// How do I get the name parameter that the cursor points to?？？
close(d9,nosave);
nw=New Window("",V List Box(overlay2 ));
Wait(3);nw&amp;lt;&amp;lt;Close Window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Feb 2024 14:10:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724895#M90848</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-21T14:10:05Z</dc:date>
    </item>
    <item>
      <title>回复： How to add JSL to "Big Class.jmp" graphics using Hover Labels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724904#M90853</link>
      <description>&lt;P&gt;There are a lot of different variables you have access to in hover label execution context, see&lt;A href="https://www.jmp.com/support/help/en/17.2/index.shtml#page/jmp/work-with-the-hover-label-execution-context.shtml#" target="_blank" rel="noopener"&gt; Scripting Guide &amp;gt; Scripting Graphs &amp;gt; Hover Labels &amp;gt; Work with the Hover Label Execution Context&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 15:09:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-JSL-to-quot-Big-Class-jmp-quot-graphics-using-Hover/m-p/724904#M90853</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-21T15:09:53Z</dc:date>
    </item>
  </channel>
</rss>

