Hi,
when I reverse the scale of the Legend in Graph Builder, the colors in the graph are inverted as well.
For the colors in the graph, reverse scale and reverse colors has the same effect:
As a result, in this plot, the colors run from red to blue for height 50 -> 70.
And in the legend the colors run from blue to red for height 50-> 70.
I tested it with Jmp 16 & 17. So if it's a bug, it's there for some while ...
So, I guess it's a feature. But I cannot imagine how it could be a feature.
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 )
)
)}
)
)
)