How change the line width in Graph Builder?
Hi,I'm making a graph builder script by manually plotting and saving the script in the data table. So far here is what I've got: //User declares Bottom_Var, Left_Var, Top_Var, Right_Var, and Legend_Var
//Legend_Var is the cell grouping whose number may vary
Graph Builder(
Size( 1173, 638 ),
Show Control Panel( 0 ),
Variables(
X( Bottom_Var ),
Y( Left_Var ),
Group X( Top_Var ),
Group Y(...
dale_lehman