<?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 Graph Builder: reverse scale - bug? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/608072#M80955</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I reverse the scale of the Legend in Graph Builder, the colors in the graph are inverted as well.&lt;/P&gt;&lt;P&gt;For the colors in the graph, &lt;STRONG&gt;reverse scale&lt;/STRONG&gt; and &lt;STRONG&gt;reverse colors&lt;/STRONG&gt; has the same effect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a result, in this plot, the colors run&amp;nbsp;&lt;STRONG&gt;from &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt; to &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt;&lt;/STRONG&gt; for height 50 -&amp;gt; 70.&lt;/P&gt;&lt;P&gt;And in the legend&amp;nbsp;the colors run&amp;nbsp;&lt;STRONG&gt;from &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt; to &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt;&lt;/STRONG&gt; for height 50-&amp;gt; 70.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested it with Jmp 16 &amp;amp; 17. So if it's a bug, it's there for some while ...&lt;/P&gt;&lt;P&gt;So, I guess it's a feature. But I cannot imagine how it could be a feature.&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="hogi_0-1677871653820.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50706iD4B6AF84B85C99EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1677871653820.png" alt="hogi_0-1677871653820.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;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Color( :height ) ),
	Elements( Heatmap( X, Y, Legend( 6 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				6,
				Properties(
					0,
					{gradient(
						{Color Theme( "Jet"(1) ), Reverse Labels( 1 )}
					)},
					Item ID( "height", 1 )
				)
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:31:43 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-08T16:31:43Z</dc:date>
    <item>
      <title>Graph Builder: reverse scale - bug?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/608072#M80955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I reverse the scale of the Legend in Graph Builder, the colors in the graph are inverted as well.&lt;/P&gt;&lt;P&gt;For the colors in the graph, &lt;STRONG&gt;reverse scale&lt;/STRONG&gt; and &lt;STRONG&gt;reverse colors&lt;/STRONG&gt; has the same effect:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a result, in this plot, the colors run&amp;nbsp;&lt;STRONG&gt;from &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt; to &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt;&lt;/STRONG&gt; for height 50 -&amp;gt; 70.&lt;/P&gt;&lt;P&gt;And in the legend&amp;nbsp;the colors run&amp;nbsp;&lt;STRONG&gt;from &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt; to &lt;FONT color="#FF0000"&gt;red&lt;/FONT&gt;&lt;/STRONG&gt; for height 50-&amp;gt; 70.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested it with Jmp 16 &amp;amp; 17. So if it's a bug, it's there for some while ...&lt;/P&gt;&lt;P&gt;So, I guess it's a feature. But I cannot imagine how it could be a feature.&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="hogi_0-1677871653820.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50706iD4B6AF84B85C99EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1677871653820.png" alt="hogi_0-1677871653820.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;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Color( :height ) ),
	Elements( Heatmap( X, Y, Legend( 6 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				6,
				Properties(
					0,
					{gradient(
						{Color Theme( "Jet"(1) ), Reverse Labels( 1 )}
					)},
					Item ID( "height", 1 )
				)
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:31:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/608072#M80955</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-08T16:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: reverse scale - bug?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/608274#M80965</link>
      <description>&lt;P&gt;Good catch,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;! That does appear to be a defect and I've reported it to JMP Tech Support on your behalf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2023 16:32:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/608274#M80965</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2023-03-05T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder: reverse scale - bug?</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/677810#M86418</link>
      <description>&lt;P&gt;Jmp 17.2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1694703191134.png" style="width: 183px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56652i29C39E8379BE3305/image-dimensions/183x150?v=v2" width="183" height="150" role="button" title="hogi_0-1694703191134.png" alt="hogi_0-1694703191134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 14:53:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-reverse-scale-bug/m-p/677810#M86418</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-09-14T14:53:36Z</dc:date>
    </item>
  </channel>
</rss>

