キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
言語を選択 翻訳バーを非表示
hogi
Level XIII

Selecting multiple legend entries - how?

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 ) ) ) )

 

0件の返信0

おすすめの記事