cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
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.