cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. 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?