<?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 do I change legend color on graph builder with box plots? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241314#M47661</link>
    <description>&lt;P&gt;Make the changes interactively in Graph Builder, then click the red triangle at the top and select Save Script &amp;gt; To Script Window. You will see the code that necessary to get all the changes that you want.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 13:43:24 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2020-01-15T13:43:24Z</dc:date>
    <item>
      <title>How do I change legend color on graph builder with box plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241207#M47645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to change the second item in the legend to be black instead of red.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside of my graph builder function I use the following line of code to do this. (line color 0 = black)&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Dispatch( {}, "400", ScaleBox, {Legend Model( 3, Properties( 1, {Line Color( 0 )}, Item ID("4TB", 1 ) ) )} )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is how my plot turns out:&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="Kelly_1-1579047658332.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/20950i9467C471C6432754/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kelly_1-1579047658332.png" alt="Kelly_1-1579047658332.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The box plot turns black, but the legend is blue, and the outlier data points are blue. They should be black.&amp;nbsp;&lt;BR /&gt;Am I missing an extra line of code to change the data points to be black?&lt;BR /&gt;&lt;BR /&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 00:23:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241207#M47645</guid>
      <dc:creator>Kelly</dc:creator>
      <dc:date>2020-01-15T00:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change legend color on graph builder with box plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241314#M47661</link>
      <description>&lt;P&gt;Make the changes interactively in Graph Builder, then click the red triangle at the top and select Save Script &amp;gt; To Script Window. You will see the code that necessary to get all the changes that you want.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:43:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241314#M47661</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-01-15T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change legend color on graph builder with box plots?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241444#M47697</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realized that it is another problem. I can make the graph as &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;suggested by saving the script and running that. But when I save as journal and open it the plot has the wrong color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the left I have the plot I created with age = 15 set to black.&lt;BR /&gt;On the right is the same plot but it has been saved as journal and opened. Now age = 15 has a green data point that should be black.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kelly_0-1579126105497.png" style="width: 548px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21001i4E2A3027FABA8679/image-dimensions/548x202?v=v2" width="548" height="202" role="button" title="Kelly_0-1579126105497.png" alt="Kelly_0-1579126105497.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 22:14:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-change-legend-color-on-graph-builder-with-box-plots/m-p/241444#M47697</guid>
      <dc:creator>Kelly</dc:creator>
      <dc:date>2020-01-15T22:14:21Z</dc:date>
    </item>
  </channel>
</rss>

