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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Uncharted

Choose Language Hide Translation Bar
Craige_Hales
Super User
Embedded Log on Right

I use the embedded log a lot:

Right-click to get the popup.Right-click to get the popup.

The code editor is shortened, top-to-bottom, and the log is quite wide:

I'd like more vertical space in the upper editor.I'd like more vertical space in the upper editor.

 

Run this and it is fixed!

(Current Window() << child) << sethorizontal( 1 );

A narrow log is fine; usually I'm just watching for an error message.A narrow log is fine; usually I'm just watching for an error message.

I like this on a landscape display.

I'm also experimenting with a proportional font. I'm not sure why all code editors think a mono-spaced font should be default...I think it is a hold over from 80-column punched cards.

Last Modified: Jan 7, 2022 10:17 AM
Comments