<?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: How to set label color for graph builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943285#M109562</link>
    <description>&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 13:55:42 GMT</pubDate>
    <dc:creator>RMSEBird223</dc:creator>
    <dc:date>2026-04-21T13:55:42Z</dc:date>
    <item>
      <title>How to set label color for graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943140#M109549</link>
      <description>&lt;P&gt;Hi all, I was wondering whether it is possible to set the label color independently of the data point color. I would like all labels to be black, meaning that the labels &lt;STRONG&gt;JACLYN&lt;/STRONG&gt;,&lt;STRONG&gt; LOUISE&lt;/STRONG&gt;,&lt;STRONG&gt; KATIE&lt;/STRONG&gt;, and&lt;STRONG&gt; JANE&lt;/STRONG&gt; should be black instead of blue, while the data points themselves should remain blue. Is this possible? Thanks!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example figure.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/100322i9E24501C72F7D4E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="example figure.png" alt="example figure.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Code for generating the plot:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; Select Rows( Index( 1, 4 ) ) &amp;lt;&amp;lt; Colors( "Blue" ) &amp;lt;&amp;lt; Clear Select;
dt:name &amp;lt;&amp;lt; Label( 1 );

dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :age ), Y( :weight ) ),
	Elements( Points( X, Y, Legend( 5 ) ) ),
	SendToReport(
		Dispatch( {}, "Graph Builder", FrameBox,
			{DispatchSeg( Marker Seg( 1 ), Set Force Labels( "Label by Row" ) )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:25:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943140#M109549</guid>
      <dc:creator>RMSEBird223</dc:creator>
      <dc:date>2026-04-21T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to set label color for graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943274#M109560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/51098"&gt;@RMSEBird223&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;There's a preference form marker label color style and marker label fixed color.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="John_Powell_JMP_0-1776779021975.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/100389i94ABCD2A04A8E214/image-size/medium?v=v2&amp;amp;px=400" role="button" title="John_Powell_JMP_0-1776779021975.png" alt="John_Powell_JMP_0-1776779021975.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I hope this helps,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:44:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943274#M109560</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2026-04-21T13:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to set label color for graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943285#M109562</link>
      <description>&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:55:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-label-color-for-graph-builder/m-p/943285#M109562</guid>
      <dc:creator>RMSEBird223</dc:creator>
      <dc:date>2026-04-21T13:55:42Z</dc:date>
    </item>
  </channel>
</rss>

