<?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 Legend Challenges in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868667#M103138</link>
    <description>&lt;P&gt;You might be able to turn on legend for the markers from legend settings (double click on the legend or use red triangle menu to access the settings)&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 04:41:45 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-04-16T04:41:45Z</dc:date>
    <item>
      <title>Graph Builder Legend Challenges</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868527#M103135</link>
      <description>&lt;P&gt;I am in graph builder and there are 2 lines, a target and the actual.&amp;nbsp; The legend indicates what each line is, but there is another layer in the data.&amp;nbsp; The triangles are one product and the circles are another product.&amp;nbsp; If I use "product" as overlay, it adds 2 additional lines but nothing about the circle and the triangle which are row states for the product.&amp;nbsp; Is there a way to add a legend that indicates what the circle and triangles are?&amp;nbsp; &amp;nbsp;Note: data has been redacted for privacy reasons.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rbiss_0-1744744125860.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74890i2C30033993D8D162/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rbiss_0-1744744125860.png" alt="rbiss_0-1744744125860.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 19:10:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868527#M103135</guid>
      <dc:creator>rbiss</dc:creator>
      <dc:date>2025-04-15T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Legend Challenges</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868607#M103136</link>
      <description>&lt;P&gt;You could use the color dropzone to specify the symbols for the additional layer in the data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1744746371435.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74899i151E378AD5F6CCA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1744746371435.png" alt="hogi_0-1744746371435.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Column( "Row",
	Formula( Row() )
);
Graph Builder(
	Size( 501, 291 ),
	Show Control Panel( 0 ),
	Variables( X( :Row ), Y( :height ), Y( :weight, Position( 1 ) ), Color( :sex ) ),
	Elements(
		Line(
			X,
			Y( 1 ),
			Y( 2 ),
			Color( 0 ),
			Legend( 17 ),
			Summary Statistic( "Mean" )
		),
		Points( X, Y( 2 ) ),
		Points( X, Y( 1 ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 19:50:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868607#M103136</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-04-15T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Legend Challenges</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868667#M103138</link>
      <description>&lt;P&gt;You might be able to turn on legend for the markers from legend settings (double click on the legend or use red triangle menu to access the settings)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 04:41:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868667#M103138</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-04-16T04:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Legend Challenges</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868690#M103145</link>
      <description>&lt;P&gt;Note that even if legend is enabled, Graph Builder won't display legend entries for marker settings controlled by row states. Therefore, I don't recommend tho use row states to control the markers. It is much more convenient to store the information in a column and use the column as described in my previous post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to admit:&lt;BR /&gt;the user has to set the markers manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;much better via Column Property:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This wish&amp;nbsp;&lt;/SPAN&gt;&lt;LI-MESSAGE title="new Column Property: Value Markers" uid="565358" url="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/m-p/565358#U565358" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;SPAN&gt;&amp;nbsp;needs more votes to get the attention of the developers : )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 17:32:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/868690#M103145</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-04-16T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Legend Challenges</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/871955#M103590</link>
      <description>&lt;P&gt;It helped me, Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 09:56:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Legend-Challenges/m-p/871955#M103590</guid>
      <dc:creator>EsmeHollis</dc:creator>
      <dc:date>2025-05-06T09:56:37Z</dc:date>
    </item>
  </channel>
</rss>

