<?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: Color not working for multiple Y axes in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681333#M86691</link>
    <description>&lt;P&gt;Will be fixed in Jmp18:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1696423728273.png" style="width: 653px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57211i431AFC2CA88C09B7/image-dimensions/653x155?v=v2" width="653" height="155" role="button" title="hogi_0-1696423728273.png" alt="hogi_0-1696423728273.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;generate via:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
mytitle=Jmp version();
:sex &amp;lt;&amp;lt; Set Property(
	"Value Colors",
	{"F" = 43, "M" = 45}
);
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 390, 386 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :sex ), Y( :weight ), Color( :sex ) ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 12 ) ) ),
	Elements(
		Position( 1, 2 ),
		Points( X, Y, Legend( 13 ) ),
		Smoother( X, Y, Legend( 14 ) )
	),
	SendToReport(
		Dispatch( {}, "graph title", TextEditBox, {Set Text( mytitle )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 12:49:41 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-10-04T12:49:41Z</dc:date>
    <item>
      <title>Graph Builder: Color not working for multiple Y axes</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681179#M86676</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have columns, lets call them X, Y1, Y2, and C. Column C has value colors defined.&lt;BR /&gt;When I open a new graph builder and drag X on the x axis, Y1 on the y axis and C on color, the dots in the plot show with the right color defined by the value colors of column C.&lt;BR /&gt;But when I drag Y2 and drop it on the y axis below Y1 so that I get two graphs, both show with a different coloring than what I defined in the value colors of column C.&lt;BR /&gt;When I then drag the column C from color to overlay, the colors show correct again for both graphs.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Why are the color values ignored for column C in "color" for multiple y axes? Is it a bug? I'm using JMP 17.0.0.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:14:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681179#M86676</guid>
      <dc:creator>Robbb</dc:creator>
      <dc:date>2023-09-26T07:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Color not working for multiple Y axes</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681201#M86677</link>
      <description>&lt;P&gt;Most likely a bug, happens also with JMP17.2.0. Seems to work a bit weirdly, you can add both color and overlay with same column and then disable/enable it from variables&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1695714127244.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56977iD78A41623E743BE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1695714127244.png" alt="jthi_0-1695714127244.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If your scales for the Y1 and Y2 are similar, you could stack the data and plot it that way (as a workaround).&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:45:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681201#M86677</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-09-26T07:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: Color not working for multiple Y axes</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681333#M86691</link>
      <description>&lt;P&gt;Will be fixed in Jmp18:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1696423728273.png" style="width: 653px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57211i431AFC2CA88C09B7/image-dimensions/653x155?v=v2" width="653" height="155" role="button" title="hogi_0-1696423728273.png" alt="hogi_0-1696423728273.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;generate via:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
mytitle=Jmp version();
:sex &amp;lt;&amp;lt; Set Property(
	"Value Colors",
	{"F" = 43, "M" = 45}
);
dt &amp;lt;&amp;lt; Graph Builder(
	Size( 390, 386 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :sex ), Y( :weight ), Color( :sex ) ),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 12 ) ) ),
	Elements(
		Position( 1, 2 ),
		Points( X, Y, Legend( 13 ) ),
		Smoother( X, Y, Legend( 14 ) )
	),
	SendToReport(
		Dispatch( {}, "graph title", TextEditBox, {Set Text( mytitle )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 12:49:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Color-not-working-for-multiple-Y-axes/m-p/681333#M86691</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-04T12:49:41Z</dc:date>
    </item>
  </channel>
</rss>

