Changing bin size for Group X variable for each level in graph builder
I have created a chart in graph builder using jsl script below.Data Table("Untitled 11967")<<Graph Builder(
Automatic Recalc( 0 ),
Variables( X( :var1 ), Y( :var2 ), Group X(:var3), Group Y(:var4)));
Here var3 is numeric continuous and var4 is numeric nominal. var4 just counts the number of times var3 value is occurring.How can I change the number of levels for Group X variable in JSL? Also how...