Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:
- select a first entry
- press shift *)
- while clicking on another entry.
If everything works fine, at the end both entries plus the entries in between will be selected.
But there are cases where either the first selected entry or all entries are deselected at the end.
Is there a feature behind it or is it a bug?
*) in the video: check the on-screen keyboard
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Graph Builder(
Variables( X( :sex ), Y( :sex ), Overlay( :age ), Color( :sex ) ),
Elements( Points( X, Y, Legend( 1 ) ), Heatmap( X, Y, Legend( 8 ) ) )
)