combine Pie with other graphs?
Can I combine Pie graphs with other graphs?
2 problems:
- Pie uses "X" as input for the categories - not Overlay or Y - this interferes with other data on the x axis
- Pie plots are placed at x=0, so the other x axes have to be centered around 0 (this is why I subtracted the median)
Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
Transform Column( "pi...