<?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: Packed Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Packed-Chart/m-p/825407#M100550</link>
    <description>&lt;P&gt;Using Column properties&amp;nbsp; / &lt;FONT face="courier new,courier"&gt;value order&lt;/FONT&gt;, I can adjust the order - to manually get &lt;FONT face="courier new,courier"&gt;Toyota&lt;/FONT&gt; into the primary labels:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:make &amp;lt;&amp;lt; Set Property( "Value Order", {Custom Order( {"Toyota"} )} )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1735406909833.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71572i3F211B1BEBE08A54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1735406909833.png" alt="hogi_0-1735406909833.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.. . at position #4.&lt;BR /&gt;&lt;BR /&gt;If I want to apply the same trick for &lt;FONT face="courier new,courier"&gt;Mitsubishi&lt;/FONT&gt;, it fails&amp;nbsp; - too few entries in 1987:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1735407120844.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71573i7371810C9BA3D8C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1735407120844.png" alt="hogi_1-1735407120844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:make &amp;lt;&amp;lt; Delete Property( "Value Order" ) &amp;lt;&amp;lt; Set Property( "Value Order", {Custom Order( {"Mitsubishi"} )} )&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 28 Dec 2024 17:37:01 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-12-28T17:37:01Z</dc:date>
    <item>
      <title>Packed Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Packed-Chart/m-p/825395#M100549</link>
      <description>&lt;P&gt;For Graph Builder/Bar/Packed chart, how can I change the way how items are selected as "primary labels"?&lt;BR /&gt;By default the highest values of the first framebox are used, right?&lt;BR /&gt;Can I change it to: highest values summed over all frameboxes?&lt;BR /&gt;&lt;BR /&gt;e.g.for cars data&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Cars.jmp" );
gb  = Graph Builder(
	Variables( X( :Make ), Group X( :Year ), Color( :Make ) ),
	Elements(
		Bar(
			X,
			Legend( 6 ),
			Bar Style( "Packed" ),
			Packed Primaries( 5 ),
			Packed Primary Labels( "On axis" ),
			Summary Statistic( "Max" )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;there are many entries with &lt;FONT face="courier new,courier"&gt;:Make==Toyota&lt;/FONT&gt;, but the first FrameBox (year= 87)&amp;nbsp; just contains 4 x &lt;FONT face="courier new,courier"&gt;Toyota&lt;/FONT&gt; - and T comes too late in the alphabet. So Dodge and Hyundai win "the race":&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; select  where(:Make == "Toyota");
(gb &amp;lt;&amp;lt; xpath("//FrameBox"))  &amp;lt;&amp;lt; Fill Selection Mode( "Selected Outlined" )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1735405538482.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71571i1D220A57B126E6E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1735405538482.png" alt="hogi_1-1735405538482.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 17:26:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Packed-Chart/m-p/825395#M100549</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-12-28T17:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Packed Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Packed-Chart/m-p/825407#M100550</link>
      <description>&lt;P&gt;Using Column properties&amp;nbsp; / &lt;FONT face="courier new,courier"&gt;value order&lt;/FONT&gt;, I can adjust the order - to manually get &lt;FONT face="courier new,courier"&gt;Toyota&lt;/FONT&gt; into the primary labels:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:make &amp;lt;&amp;lt; Set Property( "Value Order", {Custom Order( {"Toyota"} )} )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1735406909833.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71572i3F211B1BEBE08A54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1735406909833.png" alt="hogi_0-1735406909833.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;.. . at position #4.&lt;BR /&gt;&lt;BR /&gt;If I want to apply the same trick for &lt;FONT face="courier new,courier"&gt;Mitsubishi&lt;/FONT&gt;, it fails&amp;nbsp; - too few entries in 1987:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1735407120844.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71573i7371810C9BA3D8C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1735407120844.png" alt="hogi_1-1735407120844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:make &amp;lt;&amp;lt; Delete Property( "Value Order" ) &amp;lt;&amp;lt; Set Property( "Value Order", {Custom Order( {"Mitsubishi"} )} )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Dec 2024 17:37:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Packed-Chart/m-p/825407#M100550</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-12-28T17:37:01Z</dc:date>
    </item>
  </channel>
</rss>

