<?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 Overlay Color in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33139#M19759</link>
    <description>&lt;P&gt;You can do this by&amp;nbsp;unclicking Color box under Smoother/Variables.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :age ), Color( :age ) ),
	Elements(
		Points( X, Y, Legend( 21 ) ),
		Smoother( X, Y, Color( 0 ), Legend( 22 ) )
	)
)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph Builder.gif" style="width: 382px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/4364iD1B9010CF930786F/image-dimensions/382x314?v=v2" width="382" height="314" role="button" title="Graph Builder.gif" alt="Graph Builder.gif" /&gt;&lt;/span&gt;﻿&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 19:58:31 GMT</pubDate>
    <dc:creator>pumpkin79</dc:creator>
    <dc:date>2016-12-06T19:58:31Z</dc:date>
    <item>
      <title>Graph Builder Overlay Color</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33094#M19758</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In Graph Builder, how can I use the Overlay and Color options to change the color and marker for each data group? Changing the marker is useful to help distinguish data when there are many colors, which may be very similar to each other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, in the script below, it is useful use Overlay to separate data by age, and use Color to change the color and marker for each point, but if I use them together Overlay will change the line type and color to black, which adds confusion to the graph but no new information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Graph Builder(
       Show Control Panel( 0 ),
       Variables( X( :height ), Y( :weight ), Overlay( :age ), Color( :age ) ),
       Elements( Points( X, Y, Legend( 21 ) ), Smoother( X, Y, Legend( 22 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="Untitled-2.jpg" style="width: 481px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/4351i81E31B63883902A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled-2.jpg" alt="Untitled-2.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:33:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33094#M19758</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2016-12-06T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Color</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33139#M19759</link>
      <description>&lt;P&gt;You can do this by&amp;nbsp;unclicking Color box under Smoother/Variables.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :age ), Color( :age ) ),
	Elements(
		Points( X, Y, Legend( 21 ) ),
		Smoother( X, Y, Color( 0 ), Legend( 22 ) )
	)
)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph Builder.gif" style="width: 382px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/4364iD1B9010CF930786F/image-dimensions/382x314?v=v2" width="382" height="314" role="button" title="Graph Builder.gif" alt="Graph Builder.gif" /&gt;&lt;/span&gt;﻿&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:58:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33139#M19759</guid>
      <dc:creator>pumpkin79</dc:creator>
      <dc:date>2016-12-06T19:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Color</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33140#M19760</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 20:13:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Color/m-p/33140#M19760</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2016-12-06T20:13:22Z</dc:date>
    </item>
  </channel>
</rss>

