<?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 Multiple Values in a heat map? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Multiple-Values-in-a-heat-map/m-p/521816#M74692</link>
    <description>&lt;P&gt;I have a heat map that is based off of 2 variables and it's displaying count of materials.&amp;nbsp; Is there a way that I can also include the 4 numeric values that I have in the column selector to also populate in those boxes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want the map to still be based on count, but I want the other numeric values in those blocks we all.&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="ABC-XYZ.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43987i68D9F09F48BE9BF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="ABC-XYZ.png" alt="ABC-XYZ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:25:42 GMT</pubDate>
    <dc:creator>Phil_Nash</dc:creator>
    <dc:date>2023-06-11T11:25:42Z</dc:date>
    <item>
      <title>Multiple Values in a heat map?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Values-in-a-heat-map/m-p/521816#M74692</link>
      <description>&lt;P&gt;I have a heat map that is based off of 2 variables and it's displaying count of materials.&amp;nbsp; Is there a way that I can also include the 4 numeric values that I have in the column selector to also populate in those boxes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want the map to still be based on count, but I want the other numeric values in those blocks we all.&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="ABC-XYZ.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43987i68D9F09F48BE9BF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="ABC-XYZ.png" alt="ABC-XYZ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:25:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Values-in-a-heat-map/m-p/521816#M74692</guid>
      <dc:creator>Phil_Nash</dc:creator>
      <dc:date>2023-06-11T11:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values in a heat map?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Values-in-a-heat-map/m-p/521919#M74699</link>
      <description>&lt;P&gt;The only way that I know of to add additional items to the display label, is to add graphic script to the platform.&amp;nbsp; Here is an example that is just outputting text, but you can add a script that would calculate any values desired and then add them to the output.&amp;nbsp; You would have to do this for each cell&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1657898671718.png" style="width: 581px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44014iC42E26E4A747F0D0/image-dimensions/581x569?v=v2" width="581" height="569" role="button" title="txnelson_0-1657898671718.png" alt="txnelson_0-1657898671718.png" /&gt;&lt;/span&gt;&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 = Graph Builder(
	Size( 528, 448 ),
	Show Control Panel( 0 ),
	Variables( X( :age ), Y( :sex ) ),
	Elements( Mosaic( X, Y, Legend( 6 ), Cell Labeling( "Label by Count" ) ) )
);

gbr = report(gb);
framebox = gbr[framebox( 1 )];
framebox &amp;lt;&amp;lt; Add Graphics Script(
	Text Color( "black" );
	Text( Center Justified, {.1, .75}, "the value" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:25:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Values-in-a-heat-map/m-p/521919#M74699</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-07-15T15:25:19Z</dc:date>
    </item>
  </channel>
</rss>

