<?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 to select points in a graph which are associated with two or three factors? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724647#M90763</link>
    <description>&lt;P&gt;In graph builder you could maybe use lasso tool &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1708332892020.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61216iEDEA42E4774E94F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1708332892020.png" alt="jthi_0-1708332892020.png" /&gt;&lt;/span&gt; or data filter (you might have to use Global data filter as local data filter is missing Select more unless you script it (I will make wish list item about this if there isn't one).&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/Semiconductor Capability.jmp");

spd = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y(:NPN1, :PNP1, :PNP2),
	Biplot Rays(0),
	Rotated Components("PC", "ONE", 0, "Varimax"),
	Frame3D(
		Set Graph Size(840, 711),
		Set Grab Handles(0),
		Set Rotation(-163.461667183383, -43.9054573632267, 88.2668787791015)
	),
	Local Data Filter(
		Conditional,
		Mode(Show(0), Include(0), Select(1)),
		Add Filter(
			columns(:NPN1, :PNP1, :PNP2),
			Where(:NPN1 &amp;gt;= 108.673 &amp;amp; :NPN1 &amp;lt;= 114.197)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 19 Feb 2024 09:03:31 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-02-19T09:03:31Z</dc:date>
    <item>
      <title>How to select points in a graph which are associated with two or three factors?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724639#M90761</link>
      <description>&lt;P&gt;Hi pals,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to choose the points which are associated with two factors.&lt;/P&gt;&lt;P&gt;How can I select them as below graph marked in rectangle region?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MediaTaker101_0-1708331536572.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61211i1AB3D81F62A250E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MediaTaker101_0-1708331536572.png" alt="MediaTaker101_0-1708331536572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Furthermore, if they are associated with three factors, how can I select them?&lt;/P&gt;&lt;P&gt;In below graph, how to "slice" as black rectangle, so I can select the points in blue circle?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MediaTaker101_2-1708332129255.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61213i6174CD43C7C6F045/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MediaTaker101_2-1708332129255.png" alt="MediaTaker101_2-1708332129255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 08:45:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724639#M90761</guid>
      <dc:creator>Media-Taker-101</dc:creator>
      <dc:date>2024-02-19T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to select points in a graph which are associated with two or three factors?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724646#M90762</link>
      <description>&lt;P&gt;There are different options to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the area you want to select is not rectangular, than use the lasso option in the Graph Builder Toolbar above:&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="Jonas_Rinne_1-1708333014676.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61218iB04058F8610DB55F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jonas_Rinne_1-1708333014676.png" alt="Jonas_Rinne_1-1708333014676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you look into 3 dimensional space, that I would suggest to select your points on the table level using your factors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to Rows -&amp;gt; Row Selection -&amp;gt; Select Where&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="Jonas_Rinne_0-1708332989780.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61217i293AC3734416F351/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jonas_Rinne_0-1708332989780.png" alt="Jonas_Rinne_0-1708332989780.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you can specify what should be selected based on your columns, ranges and even conditions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: fixed typo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:01:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724646#M90762</guid>
      <dc:creator>Jonas_Rinne</dc:creator>
      <dc:date>2024-02-19T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to select points in a graph which are associated with two or three factors?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724647#M90763</link>
      <description>&lt;P&gt;In graph builder you could maybe use lasso tool &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1708332892020.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61216iEDEA42E4774E94F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1708332892020.png" alt="jthi_0-1708332892020.png" /&gt;&lt;/span&gt; or data filter (you might have to use Global data filter as local data filter is missing Select more unless you script it (I will make wish list item about this if there isn't one).&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/Semiconductor Capability.jmp");

spd = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y(:NPN1, :PNP1, :PNP2),
	Biplot Rays(0),
	Rotated Components("PC", "ONE", 0, "Varimax"),
	Frame3D(
		Set Graph Size(840, 711),
		Set Grab Handles(0),
		Set Rotation(-163.461667183383, -43.9054573632267, 88.2668787791015)
	),
	Local Data Filter(
		Conditional,
		Mode(Show(0), Include(0), Select(1)),
		Add Filter(
			columns(:NPN1, :PNP1, :PNP2),
			Where(:NPN1 &amp;gt;= 108.673 &amp;amp; :NPN1 &amp;lt;= 114.197)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:03:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-points-in-a-graph-which-are-associated-with-two-or/m-p/724647#M90763</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-19T09:03:31Z</dc:date>
    </item>
  </channel>
</rss>

