Input multiple spec to contour plot using JSL
Hello everyone. I am studying JSL to making contour plot easily.But I have a problem about 'specify contours()' function.When I run this code, the spec is fixed one. Could you please give me help? Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
win = New Window( "Select Item(s)",
<<Modal,
Text Box( "Item List" ),
H List Box(
allcols = Col List Box( dt, all ),
Li
...