Setting Row Color and Markers to column
Hi all, I am running a report which uses a graph from graph builder and below it is a bivariate graph(use script below). When I run the script, the colors do not match up accross the age, how can I force it to where the colors are the same accross both graphs? dt = Open("$SAMPLE_DATA\Big Class.jmp");
GB = H List Box(
dt << Graph Builder(
Size( 528, 454 ),
Show Control Panel( 0 ),
Variables( X...
Steven_Moore