JMP17Pro --> How can I script the Shape:Name "Use dots for extremely small shapes" -- I want to turn it off
//missing_shape_color
This is how I'm setting "missing value fill" which seems to be an adjacent settingWhat do I need to send to get rid of this dots thing. Thanks! I found a single reference to this "feature"
// THIS one works.
target_graphics_script = target_window[Framebox( 2 )] << find seg( Shape Seg( 1 ));
target_graphics_script << {Missing value fill( 2 )};
Tip: Very small sha...