<?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: How to get the nice ROW LEGEND colors without the row legend? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-How-to-get-the-nice-ROW-LEGEND-colors-without-the-row-legend/m-p/395106#M64566</link>
    <description>&lt;P&gt;I'm not exactly sure what is the end-goal what you want here, but maybe in this case using Rows menus Color or Mark by column would work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fit y by x with quantile plot:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1624376742309.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33705iE6D7B6AAB3DD50C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1624376742309.png" alt="jthi_0-1624376742309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rows menu selection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1624376767301.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33706i5ACAD0C90C1AB717/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1624376767301.png" alt="jthi_1-1624376767301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Color or mark by column menu:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1624376782465.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33707i5E1CE1B8F47DCBE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1624376782465.png" alt="jthi_2-1624376782465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1624376797552.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33708i9A4BC1D8D7B5010F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1624376797552.png" alt="jthi_3-1624376797552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jun 2021 15:47:24 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-06-22T15:47:24Z</dc:date>
    <item>
      <title>JSL: How to get the nice ROW LEGEND colors without the row legend?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-to-get-the-nice-ROW-LEGEND-colors-without-the-row-legend/m-p/392088#M64240</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here's a question. I'm trying to script the formatting of a fresh data table and Fit YbyX but hitting a roadblock on the RowLegen and coloring.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selecting "Row Legend" automatically colors the points and the source data table appropriately and adds the legend.&lt;/P&gt;&lt;P&gt;The problem I'm running into is that the Quantiles plot creates it's own legend that I can't seem to turn off, and it does not actually color-code the points in the chart or the source data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So question: How to turn off the Quantiles legend OR do the Row Legend formatting but then turn it off?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	//Quantiles plots
    Quantiles( 1 ),
    Plot Actual by Quantile( 1 ),
    Line of Fit( 0 ),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//row legend by chamber
		Dispatch(
			{},
			"Oneway Plot",
			FrameBox,
			{Marker Size( 6 ), Marker Drawing Mode( "Normal" ),
			Row Legend(
				:TOOL_PROCESS_CHAMBER,
				Color( 1 ),
				Color Theme( "JMP Default" ),
				Marker( 0 ),
				Marker Theme( "" ),
				Continuous Scale( 0 ),
				Reverse Scale( 0 ),
				Excluded Rows( 0 )
				)
			}
		),&lt;/CODE&gt;&lt;/PRE&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="aliegner1_1-1623254882903.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33424i1A52E999C8B06175/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aliegner1_1-1623254882903.png" alt="aliegner1_1-1623254882903.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>Sun, 11 Jun 2023 11:14:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-to-get-the-nice-ROW-LEGEND-colors-without-the-row-legend/m-p/392088#M64240</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2023-06-11T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: How to get the nice ROW LEGEND colors without the row legend?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-to-get-the-nice-ROW-LEGEND-colors-without-the-row-legend/m-p/395106#M64566</link>
      <description>&lt;P&gt;I'm not exactly sure what is the end-goal what you want here, but maybe in this case using Rows menus Color or Mark by column would work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fit y by x with quantile plot:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1624376742309.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33705iE6D7B6AAB3DD50C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1624376742309.png" alt="jthi_0-1624376742309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rows menu selection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1624376767301.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33706i5ACAD0C90C1AB717/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1624376767301.png" alt="jthi_1-1624376767301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Color or mark by column menu:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1624376782465.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33707i5E1CE1B8F47DCBE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1624376782465.png" alt="jthi_2-1624376782465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1624376797552.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33708i9A4BC1D8D7B5010F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1624376797552.png" alt="jthi_3-1624376797552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 15:47:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-to-get-the-nice-ROW-LEGEND-colors-without-the-row-legend/m-p/395106#M64566</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-06-22T15:47:24Z</dc:date>
    </item>
  </channel>
</rss>

