Graph Builder: change width line of Parallel Plot when there is a Color variable
Hello everybody, I do a Parallel Plot and I use a variable to color the lines. For example I use the following script with Big Class table: obj = Graph Builder(
Size( 636, 660 ),
Variables( X( :height ), X( :weight, Position( 1 ) ), Color( :age ) ),
Elements( Parallel( X( 1 ), X( 2 ), Legend( 3 ) ) )
);Then I would like to modify the width of the line. I tried to run this:frame = Report( obj )[...