Hi there,
I'm pretty new to JMP and I currently have a bunch of control charts for a data set I'm analyzing. They're all saved to the data table and every time I run them I have to manually drag the y axis until the range is correct. Is there a way to edit the script so this is done automatically?
I found this post but couldn't figure out how to implement into my scripts: Control Chart Builder y axis scale - can I set dynamically using JSL?
Thanks!
Hi there,
I edited that part of my script but its still resulting in the same thing.
It ends up looking like this:
SendToReport(
Dispatch(
{},
"test",
ScaleBox,
{Min(), Max(), Inc(),
Minor Ticks( 0 )}
),
Dispatch(
{},
"test",
ScaleBox,
{Format( "Best", 12 ), Min(),
Max(), Inc(), Minor Ticks( 1 )}
)