Sume Questions about "Style" in Graph Builder
When I use Style as Overlay encoding, can I specify the type of markers, e.g. to use paired markers?
[similar to Graph Marker Theme in the Preferences]
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
Size( 398, 333 ),
Show Control Panel( 0 ),
Graph Spacing( 4 ),
Variables( X( :height ), Y( :weight ), Overlay( :age, Overlay Encoding( "Style" ) ) ),
Elements( Points( X, Y, ...
pattidimcneill