<?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 Heatmap Labels Too Big in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Heatmap-Labels-Too-Big/m-p/527572#M75138</link>
    <description>&lt;P&gt;I have a custom heatmap made of squares in a grid. When displayed on a smaller screen the labels from the labelled columns spill over and don't fit into their square. They would fit in the square if they were not all in a horizontal line and instead were formatted to stack vertically. Is there any way to script JMP to display the labels not in one line and instead fit into the box.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 17:05:49 GMT</pubDate>
    <dc:creator>Jemster</dc:creator>
    <dc:date>2023-06-09T17:05:49Z</dc:date>
    <item>
      <title>Heatmap Labels Too Big</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-Labels-Too-Big/m-p/527572#M75138</link>
      <description>&lt;P&gt;I have a custom heatmap made of squares in a grid. When displayed on a smaller screen the labels from the labelled columns spill over and don't fit into their square. They would fit in the square if they were not all in a horizontal line and instead were formatted to stack vertically. Is there any way to script JMP to display the labels not in one line and instead fit into the box.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:05:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-Labels-Too-Big/m-p/527572#M75138</guid>
      <dc:creator>Jemster</dc:creator>
      <dc:date>2023-06-09T17:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap Labels Too Big</title>
      <link>https://community.jmp.com/t5/Discussions/Heatmap-Labels-Too-Big/m-p/527726#M75154</link>
      <description>&lt;P&gt;I'm not sure if I understand your problem,&lt;/P&gt;
&lt;P&gt;I have no problem in displaying large texts in a heatmap, see example.&lt;/P&gt;
&lt;P&gt;And if I even need more text in a box, I press CRTL+SHIFT+"-" to reduce font size, and everything fits.&lt;/P&gt;
&lt;P&gt;BR&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="Georg_0-1659023208035.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44397i6E98F7DA32E4DBD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Georg_0-1659023208035.png" alt="Georg_0-1659023208035.png" /&gt;&lt;/span&gt;&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\Aircraft Incidents.jmp" );

Graph Builder(
	Size( 495, 489 ),
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables( X( :Final Narrative ) ),
	Elements( Treemap( X, Legend( 2 ) ) ),
	Local Data Filter(
		Conditional,
		Add Filter(
			columns( :Accident Number ),
			Where(
				:Accident Number == {"ANC01FA033", "ANC01FA084", "ANC01FA093", "ANC01FA095", "ANC01FA100",
				"ANC01FA102"}
			),
			Display( :Accident Number, N Items( 15 ), Find( Set Text( "" ) ) )
		)
	)
		
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:49:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Heatmap-Labels-Too-Big/m-p/527726#M75154</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-07-28T15:49:07Z</dc:date>
    </item>
  </channel>
</rss>

