#DACH2024 : title and legend: blue font?
adjust the colors interactively, then use the Enhanced log to get the right command ...
Next step: create your toolbarand add a command with something like this:Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt << Graph Builder(
Size( 437, 413 ),
Graph Spacing( 4 ),
Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
Elements( Points( X, Y, Legend( 1 ) ), Smooth
...