Can the width of the X-axis of the grouped graphics be set separately?
For example, after I draw the graph like this, the widths of these two x-axes are set to be different.
Thanks!
dt=Open("$SAMPLE_DATA/Big Class.jmp");
d2=dt<<Summary(Group(2,3),sum(4),Freq("0"),Weight("0"),Link to original data table(0),statistics column name format("column"));
Column(d2,3)<<set name("S");
d1=dt<<Summary(Group(3),Freq("0"),Weight("0"),Link to original data table(0),statistics col...