Missing Y-Axis on Normal Quantile Plot
When I zoom into a Distribution Normal Quantile Plot, the y-axis will disappear. This makes it difficult to determine the exact quantile of a value. Is this a bug?
I am using JMP 19.1.0, Windows 11 Pro 25H2.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
// Normal vertical axis on Normal Quantile Plot.
dt << Distribution(
Continuous Distribution(
Column( :weight ),
...