<?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: JSL change row legend color from dataset in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545167#M76370</link>
    <description>&lt;P&gt;Is there a specific reason to using Bivariate (Fit Y by X) instead of Graph Builder? In graph builder you could use Color:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1663307265332.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45519iA4A64EFC6AC2B314/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1663307265332.png" alt="jthi_0-1663307265332.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and to get correct "by" column you could combine&amp;nbsp; lot id and sub lot id columns into one with concatenate and use Wrap or Page&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1663307419418.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45520iB55CF11FEB5ABE58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1663307419418.png" alt="jthi_1-1663307419418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 05:50:29 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-09-16T05:50:29Z</dc:date>
    <item>
      <title>JSL change row legend color from dataset</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545152#M76368</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to make script which shows row legend with Bin# for the wafer map.&lt;/P&gt;
&lt;P&gt;My dataset has LotID, wfID, X, Y, bin info and trying to bring colors based on what we have on original dataset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Datasets are colored accordingly, but my row legend for wafer map doesn't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ResamplingHorse_0-1663303268410.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45518i2A967EBCD3B5BB5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ResamplingHorse_0-1663303268410.png" alt="ResamplingHorse_0-1663303268410.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Bivariate(
	Y(:Die Y),
	X(:Die X),
	By(:Lot id, :Sub Lot id),
	Title("Lot " || Char(:Lot id) || " Wafer " || Char(:Sub Lot id)),
	SendToReport(
		Dispatch(
			{},
			"Bivar Plot",
			FrameBox,
			{Frame Size(250, 228), Row Legend(
				Final SB,
				Color(0),
				Marker(0),
				Marker Theme(""),
				Continuous Scale(0),
				Reverse Scale(0),
				Excluded Rows(0)
			)}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can someone help me out to match row legend colors with what we have in the wafer map?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:58:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545152#M76368</guid>
      <dc:creator>ResamplingHorse</dc:creator>
      <dc:date>2023-06-09T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: JSL change row legend color from dataset</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545167#M76370</link>
      <description>&lt;P&gt;Is there a specific reason to using Bivariate (Fit Y by X) instead of Graph Builder? In graph builder you could use Color:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1663307265332.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45519iA4A64EFC6AC2B314/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1663307265332.png" alt="jthi_0-1663307265332.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and to get correct "by" column you could combine&amp;nbsp; lot id and sub lot id columns into one with concatenate and use Wrap or Page&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1663307419418.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45520iB55CF11FEB5ABE58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1663307419418.png" alt="jthi_1-1663307419418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 05:50:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545167#M76370</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-09-16T05:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: JSL change row legend color from dataset</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545211#M76373</link>
      <description>&lt;P&gt;I am guessing a bit, but it seems that what you did, was to run your script on your data table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1663311187870.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45523i96C2D8FD25FEE231/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1663311187870.png" alt="txnelson_0-1663311187870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1663311233823.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45524i8E781A2BC2F2D711/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1663311233823.png" alt="txnelson_1-1663311233823.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And then specified&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Color or Mark by Column&lt;/P&gt;
&lt;P&gt;and selected Final SB as the column to color by&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1663311360557.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45525i8BD2D3A41546D0A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1663311360557.png" alt="txnelson_2-1663311360557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which gave you&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_3-1663311443947.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45526i97020F125EF679D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_3-1663311443947.png" alt="txnelson_3-1663311443947.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The Legend clearly isn't getting changed as it should.&amp;nbsp; To work around this issue, just run your script after you have done the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Color or Mark by Column&lt;/P&gt;
&lt;P&gt;and you will get&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_4-1663311724885.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45527i900C54039D712F98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_4-1663311724885.png" alt="txnelson_4-1663311724885.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 07:03:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545211#M76373</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-09-16T07:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: JSL change row legend color from dataset</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545261#M76376</link>
      <description>&lt;P&gt;Hi Jim,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sequence of my script is: Change color from dataset according to SBin -&amp;gt; build wafer map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm putting a color before running a script to build a wafer, I'm quite lost where to debug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:24:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-change-row-legend-color-from-dataset/m-p/545261#M76376</guid>
      <dc:creator>ResamplingHorse</dc:creator>
      <dc:date>2022-09-16T08:24:40Z</dc:date>
    </item>
  </channel>
</rss>

