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?
Video Player is loading.
Current Time 0:00
Duration 0:00
Remaining Time -0:00
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
(view in My Videos)*) 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 ) ) )
)