<?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: changing format of caption box in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45441#M25969</link>
    <description>&lt;P&gt;All of them.&amp;nbsp;&amp;nbsp;&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="10-3-2017 12-58-24 PM.png" style="width: 732px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7867i822617AA00D9801C/image-size/large?v=v2&amp;amp;px=999" role="button" title="10-3-2017 12-58-24 PM.png" alt="10-3-2017 12-58-24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2017 20:00:04 GMT</pubDate>
    <dc:creator>vince_faller</dc:creator>
    <dc:date>2017-10-03T20:00:04Z</dc:date>
    <item>
      <title>changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/42123#M24550</link>
      <description>&lt;P&gt;I'm trying to make the caption box in graph builder change to a different decimal format&amp;nbsp;&lt;EM&gt;without&lt;/EM&gt; changing the column properties. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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\Big Class.jmp");
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 570, 496 ),
	Variables( Group X( :sex ), Group Y( :age ), Color( :height ) ),
	Elements(
		Heatmap( Legend( 12 ) ),
		Caption Box( Legend( 4 ), Summary Statistic( "Mean" ), Format("Fixed Dec", 12, 2) )
	),
	SendToReport( Dispatch( {}, "400", LegendBox, {Set Title( "" )} ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't seem to get it. Anyone had luck with this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:57:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/42123#M24550</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2017-07-18T17:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45396#M25948</link>
      <description>&lt;P&gt;Can you please notate which caption box?&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="image.png" style="width: 746px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7845i8CDAA0D4D1FE4DFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:05:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45396#M25948</guid>
      <dc:creator>jb</dc:creator>
      <dc:date>2017-10-03T16:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45441#M25969</link>
      <description>&lt;P&gt;All of them.&amp;nbsp;&amp;nbsp;&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="10-3-2017 12-58-24 PM.png" style="width: 732px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7867i822617AA00D9801C/image-size/large?v=v2&amp;amp;px=999" role="button" title="10-3-2017 12-58-24 PM.png" alt="10-3-2017 12-58-24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:00:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45441#M25969</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2017-10-03T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45443#M25971</link>
      <description>&lt;P&gt;The labels are part of the frame boxes within the Mosaic plot, and they can be retrieved (Get), changed and replaced(Set);&amp;nbsp; Look in the Scripting Index under TextSeg for examples of Get and Set.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:24:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45443#M25971</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-10-03T20:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45445#M25973</link>
      <description>&lt;P&gt;Ok, I understand&amp;nbsp;the question now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:40:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45445#M25973</guid>
      <dc:creator>jb</dc:creator>
      <dc:date>2017-10-03T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: changing format of caption box in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45447#M25975</link>
      <description>&lt;P&gt;Good to know.&amp;nbsp; Never used TextSeg.&lt;/P&gt;
&lt;P&gt;That seems like more hastle (to find the actual means then appending them, making sure you get the right mean on the right framebox() than I think I'm willing to do vs the problem of changing the column properties.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still, would definitely work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:54:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-format-of-caption-box-in-graph-builder/m-p/45447#M25975</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2017-10-03T20:54:43Z</dc:date>
    </item>
  </channel>
</rss>

