<?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: Heatmap with Entire Row and Column Selections in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461594#M70647</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;,&amp;nbsp;that gets pretty close, but I also need the ability to select the individual "color" boxes (text boxes in your example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to determine which JMP tools are scriptable?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 21:24:47 GMT</pubDate>
    <dc:creator>Martin</dc:creator>
    <dc:date>2022-02-16T21:24:47Z</dc:date>
    <item>
      <title>Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/460858#M70585</link>
      <description>&lt;P&gt;I have a 2x3 heatmap that I am able to plot using Graph Builder - no problems.&amp;nbsp; What I would like to do is have an additional set of cells for the user to select entire rows or entire columns of cells.&amp;nbsp; It would look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Martin_0-1644872706915.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39976i823356A5FD6B74AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Martin_0-1644872706915.png" alt="Martin_0-1644872706915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Question: How can I add the additional C1, C2, R1, R2, and R3 cells to the heat map to allow for the selection of the entire row or column of cells (data table rows)?&amp;nbsp; If I make a custom Map for this data, is there a way to program the script with a Where clause - as in If( R1 chosen, then select all rows of data with R1, else(......))?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:21:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/460858#M70585</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2023-06-11T11:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461091#M70606</link>
      <description>&lt;P&gt;A script could be written to do what you are looking to have displayed to the user.&amp;nbsp; However, short of that, the closest built in item I can think of is to use a Data Filter, and set it to just select the data that are chosen.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644949090260.png" style="width: 569px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39992iBAFB97B65E3B40EC/image-dimensions/569x410?v=v2" width="569" height="410" role="button" title="txnelson_0-1644949090260.png" alt="txnelson_0-1644949090260.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 18:18:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461091#M70606</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-15T18:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461182#M70617</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;,&amp;nbsp; I am interested in your thoughts on a scripting solution.&amp;nbsp; Not looking for code, but how would you implement such a graphic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 22:21:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461182#M70617</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2022-02-15T22:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461184#M70619</link>
      <description>&lt;P&gt;Developing the JSL to create a display as you have specified above is not difficult to do if the x and y dimensions are static.&amp;nbsp; The code becomes more complex if the display has to be a dynamic display.&amp;nbsp; To do what you want, you will need to move away from Graph Builder and into other display objects provided in JMP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 22:47:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461184#M70619</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-15T22:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461185#M70620</link>
      <description>&lt;P&gt;Would you just use "rectangles" on a graph background?&amp;nbsp; If so, are rectangles selectable?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 22:54:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461185#M70620</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2022-02-15T22:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461197#M70622</link>
      <description>&lt;P&gt;I would not suggest a graphic box, but something like&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1644973142882.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40033i9E880874ED18BDDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1644973142882.png" alt="txnelson_0-1644973142882.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is made up of Button Boxes and Text Boxes.&amp;nbsp; The Button Boxes allow you to have a script behind each one that will allow you to do the selections you want, and the empty button boxes allow the backgrounds to have colors set.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
nw = New Window( "Select",
	Lineup Box( N Col( 3 ),
		Spacer Box( size( 100, 1 ) ),
		cbb1 = Button Box( "C1" ),
		cbb2 = Button Box( "C2" ),
		Button Box( "R1" ),
		rtb11 = Text Box( "      " ),
		rtb21 = Text Box( "      " ),
		Button Box( "R2" ),
		rtb12 = Text Box( "      " ),
		rtb22 = Text Box( "      " ),
		Button Box( "R3" ),
		rtb13 = Text Box( "      " ),
		rtb23 = Text Box( "      " )
	)
);

rtb11 &amp;lt;&amp;lt; background color( "red" );
rtb21 &amp;lt;&amp;lt; background color( "green" );
rtb12 &amp;lt;&amp;lt; background color( "light red" );
rtb22 &amp;lt;&amp;lt; background color( "light green" );
rtb13 &amp;lt;&amp;lt; background color( "dark red" );
rtb23 &amp;lt;&amp;lt; background color( "dark green" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Feb 2022 01:02:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461197#M70622</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-16T01:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461594#M70647</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;,&amp;nbsp;that gets pretty close, but I also need the ability to select the individual "color" boxes (text boxes in your example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to determine which JMP tools are scriptable?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:24:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461594#M70647</guid>
      <dc:creator>Martin</dc:creator>
      <dc:date>2022-02-16T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap with Entire Row and Column Selections</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461601#M70651</link>
      <description>&lt;P&gt;The Scripting Guide and the Script Index are the pieces of documentation that will give you the best information.&amp;nbsp; The best approach is to read through the Scripting Guide, to get a flavor for the approaches that can be taken to solve your problems.&amp;nbsp; Then the Scripting Index will give you the specifics for the different objects, functions and platforms and how to work with them.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:24:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-with-Entire-Row-and-Column-Selections/m-p/461601#M70651</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-02-16T22:24:14Z</dc:date>
    </item>
  </channel>
</rss>

