cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

JSL command to get and set settings in the Preferences - for all (!) settings

☐ cool new feature
☐ could help many users!

☑ removes something that feels like a „bug“

☑ nice to have

☐ nobody needs it

 

What inspired this wish list request? 

For some of the settings in Preferences, A user can read:

Get Platform Preferences( Bivariate( Fit Line ), DOE );
Get Preferences( Graph marker size );

and even change the settings via JSL:

 

 

Platform Preferences( Bivariate( Fit Line( 1 ) ) );
Preferences( Graph marker size( "Large" ) );

 

 

Surprisingly, there are other settings in the preferences which cannot be accessed via JSL.

Who defined which settings are available and which are not ?

 

At the moment, I need JSL access to the graphics export settings - but according to Jmp support this is not possible.

hogi_0-1702587345344.png

 

 

What is the improvement you would like to see? 

Please provide JSL read/write access to all settings in the preferences.

 

 

Why is this idea important? 

"important"? no, it isn't.

 

 

 

 

more wishes submitted by  hogi_2-1702196401638.png

 

 

1 Comment
hogi
Level XIII

@mia_stephens 
why are some settings in the preferences accessible via JSL and other are not?