cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

user defined color in the legend of Fit Y by X Bivariate plot by using JSL

What inspired this wish list request? color data representation and visualization are essential for all different kind of users community. Sometime, we use color to match county, customer company to make story more appealing.  It seems current JMP14 JSL does not allow the flexibility to let user assign special color in the color legend. 

 

 

What is the improvement you would like to see? 

 

Take Cheese.jmp as an example, the JSL script is shown below

 

It will be helpful that JSL allows users to assign and define color. For example, JSL can assign cheese A as pink color

 

CDW_0-1685148492063.png

 

Bivariate(
Y( :Score ),
X( :Count ),
SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,
{Row Legend(
Cheese,
Color( 1 ),
Color Theme( "JMP Default" ),
Marker( 0 ),
Marker Theme( "" ),
Continuous Scale( 0 ),
Reverse Scale( 0 ),
Excluded Rows( 0 )
)}
)
)
)

 

Why is this idea important? - Sometime, we use color to match county, customer company to make story more appealing.