<?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 label points - multiple plots in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769692#M95062</link>
    <description>&lt;P&gt;Is it possible to show labels just in one subplot, e.g. the right one, but not the left one?&lt;BR /&gt;... and just for a single points plot per Framebox?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like No Labels - forced! to deactivate the labels for plots where don't need them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1719915417504.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65790i2DFC11EACDD20AE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1719915417504.png" alt="hogi_1-1719915417504.png" /&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1719915313044.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65789i5C547D794DC8AE7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1719915313044.png" alt="hogi_0-1719915313044.png" /&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;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :sex ), X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 3 ) ) ),
	Elements(
		Position( 2, 1 ),
		Points( X, Y, Legend( 4 ) ),
		Smoother( X, Y, Legend( 5 ) ),
		Points( X, Y, Legend( 9 ) )
	)
);

Data Table( "Big Class" ) &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; Select Rows( Index( 6, 9 ) ) &amp;lt;&amp;lt; Label;


// Unlabel column: name
Data Table( "Big Class" ):name &amp;lt;&amp;lt; Label( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 10:18:18 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-07-02T10:18:18Z</dc:date>
    <item>
      <title>label points - multiple plots</title>
      <link>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769692#M95062</link>
      <description>&lt;P&gt;Is it possible to show labels just in one subplot, e.g. the right one, but not the left one?&lt;BR /&gt;... and just for a single points plot per Framebox?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like No Labels - forced! to deactivate the labels for plots where don't need them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1719915417504.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65790i2DFC11EACDD20AE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1719915417504.png" alt="hogi_1-1719915417504.png" /&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1719915313044.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65789i5C547D794DC8AE7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1719915313044.png" alt="hogi_0-1719915313044.png" /&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;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :sex ), X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 3 ) ) ),
	Elements(
		Position( 2, 1 ),
		Points( X, Y, Legend( 4 ) ),
		Smoother( X, Y, Legend( 5 ) ),
		Points( X, Y, Legend( 9 ) )
	)
);

Data Table( "Big Class" ) &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; Select Rows( Index( 6, 9 ) ) &amp;lt;&amp;lt; Label;


// Unlabel column: name
Data Table( "Big Class" ):name &amp;lt;&amp;lt; Label( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:18:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769692#M95062</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-02T10:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: label points - multiple plots</title>
      <link>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769704#M95063</link>
      <description>&lt;P&gt;A workaround but you can use Label by Value and then customize the format (set width to 0)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1719915891888.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65791i4F9961997E8365E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1719915891888.png" alt="jthi_0-1719915891888.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you need a script you won't won't directly get one (at least not with this method) and you have to make small modifications (I added 0 and -1 to label format)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size(826, 660),
	Show Control Panel(0),
	Variables(X(:sex), X(:height), Y(:weight), Overlay(:sex)),
	Elements(Position(1, 1), Points(X, Y, Legend(3), Label("Label by Value"), Label Format("Custom", Formula(value), 0, -1))),
	Elements(Position(2, 1), Points(X, Y, Legend(4)), Smoother(X, Y, Legend(5)), Points(X, Y, Legend(9)))
);

dt &amp;lt;&amp;lt; Select Rows(6 :: 9) &amp;lt;&amp;lt; Label(1) &amp;lt;&amp;lt; Clear Select;
dt:name &amp;lt;&amp;lt; Label(1);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1719916022590.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65792i25B64A82B5D63AE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1719916022590.png" alt="jthi_1-1719916022590.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:27:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769704#M95063</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-02T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: label points - multiple plots</title>
      <link>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769706#M95064</link>
      <description>&lt;P&gt;cool workaround : )&lt;BR /&gt;&lt;STRONG&gt;Label by value&lt;/STRONG&gt; - which shows less than &lt;STRONG&gt;No Label.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Interesting that Advanced log doesn't accept the width=0 setting ?!?&lt;BR /&gt;-&amp;gt; added to the log:&lt;BR /&gt;&lt;LI-MESSAGE title="Actions missed by Advanced Log/Workflow Builder" uid="637581" url="https://community.jmp.com/t5/Discussions/Actions-missed-by-Advanced-Log-Workflow-Builder/m-p/637581#U637581" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:54:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/label-points-multiple-plots/m-p/769706#M95064</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-02T10:54:19Z</dc:date>
    </item>
  </channel>
</rss>

