JSL - dynamic chart legend change
Hello friends,I'm using code below to change legend & splines in bivirate chart per radio box user selection. The splines part works fine but the legend won't change :( Any ideas?//Begin Script;
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
variables = {"age", "sex"};
// Initial nlevels is the number of levels of 'age', as it is the first by-group used.
nlevels=6;
//...
vince_faller