<?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: Graph Builder Caption box not showing up Axis Table mode in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912655#M107242</link>
    <description>&lt;P&gt;I am aware of stack, but that's not something I am interested in. I would still prefer a wide table considering the massive dataset we have; stacking will increase the row count by 10x.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 18:07:22 GMT</pubDate>
    <dc:creator>Jackie_</dc:creator>
    <dc:date>2025-11-11T18:07:22Z</dc:date>
    <item>
      <title>Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/911731#M107118</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;On JMP 19, trying to add a caption box for mean/std dev on Axis Table, but it's not showing up.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box/td-p/671729" target="_self"&gt;Caption box issue from the previous thread&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jackie__0-1762441388629.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86524iA8CEE5594AF0F857/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__0-1762441388629.png" alt="Jackie__0-1762441388629.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jackie&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 15:05:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/911731#M107118</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2025-11-06T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/911754#M107124</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17878"&gt;@Jackie_&lt;/a&gt;, It's not entirely clear what the X axis looks like from the image. Can you confirm that you're graph is something like this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screencap.gif" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86532iE584E259F4C8F3D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="screencap.gif" alt="screencap.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 15:45:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/911754#M107124</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2025-11-06T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912604#M107238</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried on this dataset, using parallel merged config, it doesn't show the Stats text..&lt;BR /&gt;&lt;BR /&gt;Here is the code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );


dt &amp;lt;&amp;lt; Graph Builder(
	Size( 834, 588 ),
	Show Control Panel( 0 ),
	Variables(
		X( :PNP2, Combine( "Parallel Merged" ) ),
		X( :NPN1, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP1, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP2, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :NPN2, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP3, Position( 1 ), Combine( "Parallel Merged" ) )
	),
	Elements(
		Histogram( X( 1 ), X( 5 ), X( 2 ), X( 3 ), X( 6 ), Legend( 6 ) ),
		Caption Box(
			X( 1 ),
			X( 2 ),
			X( 3 ),
			X( 4 ),
			X( 5 ),
			X( 6 ),
			Legend( 7 ),
			Summary Statistic( "Mean" ),
			Location( "Axis Table" )
		)
	),
	SendToReport(
		Dispatch( {}, "", ScaleBox,
			{Min( -262.805650205971 ), Max( 1221.55660377358 ), Inc( 200 ),
			Minor Ticks( 3 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jackie__0-1762876942015.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86823i04F57E444C458FCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__0-1762876942015.png" alt="Jackie__0-1762876942015.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;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Nov 2025 16:02:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912604#M107238</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2025-11-11T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912610#M107240</link>
      <description>&lt;P&gt;I'm seeing the same behavior as you. It looks like axis tables don't like multiple variables on the X axis. As a workaround, you can stack the variables you want axis tables for, then it will work as you're intending. Script to do this is below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jed_Campbell_0-1762878689610.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86826i84A5A1565DD51BA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jed_Campbell_0-1762878689610.png" alt="Jed_Campbell_0-1762878689610.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );


/*dt &amp;lt;&amp;lt; Graph Builder(
	Size( 834, 588 ),
	Show Control Panel( 0 ),
	Variables(
		X( :PNP2, Combine( "Parallel Merged" ) ),
		X( :NPN1, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP1, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP2, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :NPN2, Position( 1 ), Combine( "Parallel Merged" ) ),
		X( :PNP3, Position( 1 ), Combine( "Parallel Merged" ) )
	),
	Elements(
		Histogram( X( 1 ), X( 5 ), X( 2 ), X( 3 ), X( 6 ), Legend( 6 ) ),
		Caption Box(
			X( 1 ),
			X( 2 ),
			X( 3 ),
			X( 4 ),
			X( 5 ),
			X( 6 ),
			Legend( 7 ),
			Summary Statistic( "Mean" ),
			Location( "Axis Table" )
		)
	),
	SendToReport(
		Dispatch( {}, "", ScaleBox,
			{Min( -262.805650205971 ), Max( 1221.55660377358 ), Inc( 200 ),
			Minor Ticks( 3 )}
		)
	)
);*/

dt2 = dt &amp;lt;&amp;lt; Stack(
	columns( :PNP2, :NPN2, :NPN1, :PNP1, :PNP3 ),
	Drop All Other Columns( 1 ),
	Output Table( "Stack of Semiconductor Capability (PNP2 etc.)" )
);

dt2 &amp;lt;&amp;lt; Graph Builder(
	Size( 658, 558 ),
	Show Control Panel( 0 ),
	Variables( X( :Label ), Y( :Data ) ),
	Elements(
		Histogram( X, Y, Legend( 4 ) ),
		Caption Box(
			X,
			Y,
			Legend( 5 ),
			Summary Statistic( "Mean" ),
			Summary Statistic 2( "Std Dev" ),
			Location( "Axis Table" )
		)
	),
	SendToReport(
		Dispatch( {}, "Data", ScaleBox,
			{Min( 76.197 ), Max( 758.697 ), Inc( 200 ), Minor Ticks( 3 )}
		),
		Dispatch( {}, "Graph Builder", FrameBox,
			{DispatchSeg(
				Hist Seg( "Histogram (NPN1)" ),
				Bin Span( 3, 0, 4.16666666666667 )
			), DispatchSeg(
				Hist Seg( "Histogram (NPN2)" ),
				Bin Span( 3, 0, 4.16666666666667 )
			), DispatchSeg(
				Hist Seg( "Histogram (PNP1)" ),
				Bin Span( 3, 0, 4.16666666666667 )
			), DispatchSeg(
				Hist Seg( "Histogram (PNP2)" ),
				Bin Span( 3, 0, 4.16666666666667 )
			), DispatchSeg(
				Hist Seg( "Histogram (PNP3)" ),
				Bin Span( 3, 0, 4.16666666666667 )
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Nov 2025 16:31:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912610#M107240</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2025-11-11T16:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912655#M107242</link>
      <description>&lt;P&gt;I am aware of stack, but that's not something I am interested in. I would still prefer a wide table considering the massive dataset we have; stacking will increase the row count by 10x.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 18:07:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912655#M107242</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2025-11-11T18:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Caption box not showing up Axis Table mode</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912840#M107262</link>
      <description>&lt;P&gt;That's understandable. Perhaps this is a &lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_self"&gt;Wish List&lt;/A&gt; item?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 15:41:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Caption-box-not-showing-up-Axis-Table-mode/m-p/912840#M107262</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2025-11-12T15:41:21Z</dc:date>
    </item>
  </channel>
</rss>

