<?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: How can display the specified label on a 3D scatter plot? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/725573#M91009</link>
    <description>&lt;P&gt;Remove Label column property from name, add label property to age, add label row state to all rows and select those rows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1709022562782.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61587iF1D175AF57B12512/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1709022562782.png" alt="jthi_0-1709022562782.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you could also select something from 3d scatterplot to make them appear&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1709022755808.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61589i3A4A34EC23B51140/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1709022755808.png" alt="jthi_2-1709022755808.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to see those on hover over, skip row states&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1709022687136.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61588iE799E9AC7DA616A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1709022687136.png" alt="jthi_1-1709022687136.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 08:33:16 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-02-27T08:33:16Z</dc:date>
    <item>
      <title>How can display the specified label on a 3D scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/725567#M91008</link>
      <description>&lt;P&gt;For example, generate the following 3D graph in Big Class.jmp. How do you make each point display its own age label?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Sort( By( age ), Order( Ascending ), replace table );
ca = "nn";
New Column( ca );
Column( ca ) &amp;lt;&amp;lt; Formula(
	If( Row() == 1 | age != Lag( age, 1 ),
		r = Row();
		1;
	,
		Row() - r + 1
	)
);
dt &amp;lt;&amp;lt; run formulas;
Column( ca ) &amp;lt;&amp;lt; deleteFormula;
p1 = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y( :height, :weight, :nn ),
	Weight( :age ),
	Coloring( :sex ),
	Sized Points( 1 ),
	Legend( 9 ),
	Frame3D(
		Set Graph Size( 1066, 741 ),
		Legend( 1 ),
		Set Grab Handles( 0 ),
		Set Rotation( 5.79529088089731, 66.3611426483183, -5.39187559662059 ),
		Set Marker Quality( 1 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-27_16-07-05.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61586i1CA0DB4348F72406/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-27_16-07-05.png" alt="2024-02-27_16-07-05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 08:12:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/725567#M91008</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-27T08:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can display the specified label on a 3D scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/725573#M91009</link>
      <description>&lt;P&gt;Remove Label column property from name, add label property to age, add label row state to all rows and select those rows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1709022562782.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61587iF1D175AF57B12512/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1709022562782.png" alt="jthi_0-1709022562782.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you could also select something from 3d scatterplot to make them appear&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1709022755808.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61589i3A4A34EC23B51140/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1709022755808.png" alt="jthi_2-1709022755808.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want to see those on hover over, skip row states&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1709022687136.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61588iE799E9AC7DA616A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1709022687136.png" alt="jthi_1-1709022687136.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 08:33:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/725573#M91009</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-27T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can display the specified label on a 3D scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/727837#M91092</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;How to adjust the circle size in 3D Scatterplot using JSL?&lt;/SPAN&gt;&lt;SPAN class=""&gt;There is no recording in the recorded source code.&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;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-29_13-54-16.png" style="width: 499px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61672iC7CD4423BBCE7DA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-29_13-54-16.png" alt="2024-02-29_13-54-16.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 05:56:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/727837#M91092</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-29T05:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can display the specified label on a 3D scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/728542#M91095</link>
      <description>&lt;P&gt;If nothing else, you can get the reference to the slider box and use &amp;lt;&amp;lt;Set&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Iris.jmp");
obj = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y(:Sepal length, :Sepal width, :Petal length, :Petal width)
);
wait(1);
Report(obj)[SliderBox(1)] &amp;lt;&amp;lt; Set(0.01);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but there is also Frame3D(Set Marker Scale)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Iris.jmp");
obj = Scatterplot 3D(
	Y(:Sepal length, :Sepal width, :Petal length, :Petal width)
);&lt;BR /&gt;wait(1);
obj &amp;lt;&amp;lt; Frame3D(Set Marker Scale(10));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Feb 2024 09:54:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-display-the-specified-label-on-a-3D-scatter-plot/m-p/728542#M91095</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-29T09:54:28Z</dc:date>
    </item>
  </channel>
</rss>

