<?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: Remove Caption Legend in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923023#M108154</link>
    <description>&lt;P&gt;workaround via JSL:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;segs = Report( gb )[FrameBox( 1 )] &amp;lt;&amp;lt; find segs( "Text Seg" );
segs[1] &amp;lt;&amp;lt; set text( "" ); // the caption box legend
gb &amp;lt;&amp;lt; set dirty;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jan 2026 20:17:26 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-01-09T20:17:26Z</dc:date>
    <item>
      <title>Remove Caption Legend</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923013#M108153</link>
      <description>&lt;P&gt;The legend of the caption box is partially redundant in combination with the legend on the right.&lt;BR /&gt;In addition, it collides with the numeric entries.&lt;BR /&gt;Is there a setting to hide the legend of the caption?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1767989517866.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90571i83B00BB3AF1241A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1767989517866.png" alt="hogi_0-1767989517866.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;dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
gb = Graph Builder(
	Graph Spacing( 4 ),
	Variables( X( :age ), Y( :height ), Overlay( :sex ) ),
	Elements(
		Box Plot( X, Y, Legend( 4 ) ),
		Caption Box( X, Y, Legend( 5 ), Summary Statistic( "Mean" ), Location( "Graph per factor" ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jan 2026 20:14:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923013#M108153</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-09T20:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Caption Legend</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923023#M108154</link>
      <description>&lt;P&gt;workaround via JSL:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;segs = Report( gb )[FrameBox( 1 )] &amp;lt;&amp;lt; find segs( "Text Seg" );
segs[1] &amp;lt;&amp;lt; set text( "" ); // the caption box legend
gb &amp;lt;&amp;lt; set dirty;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jan 2026 20:17:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923023#M108154</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-09T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Caption Legend</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923671#M108199</link>
      <description>&lt;P&gt;Hm, no real solutions?&lt;BR /&gt;Then I will mark the workaround as a "solution".&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 07:53:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Caption-Legend/m-p/923671#M108199</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-13T07:53:36Z</dc:date>
    </item>
  </channel>
</rss>

