- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Automatic Recalc
Is is possible to select Automatic Recalc in Preferences? I have looked for it but cannot find it there. Auto Recalc is a very useful feature in some other software packages I use and it would be great in JMP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
The preference for Auto Recalc is dependent on the platform. You will see it for Graph Builder, Contour Plot, and some others. Some platforms either don't support Auto Recalc or always use Auto Recalc, so there is no need for a preference in those cases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
But is there a way to make Automatic Recalc the default for a certain platform, where you can enable it manually? Like smoore2, I find it quite useful and would like to make it the default for Fit Y by X (and possibly other platforms).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
Thank you for pointing out Fit Y by X. The preference has to be opted-into by the platform because the default for Auto Recalc is platform-dependent. Fit Y by X does not opt-in, but we will look at that for a future release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
Will you please also consider adding this opt-in for Variability Plots as well. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
The work to address this is part of JMP 13, and many platforms (including Variability) will now support the Auto Recalc preference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Automatic Recalc
I really like Variability Charts that automatically recalculate. Here is one trick that worked for me:
I now launch Variability Charts from an icon on my custom toolbar that runs the following JSL command:
Variability Chart (automatic recalc(1));
That's all it takes... Presumably this can work for other platforms as well.