I expected the value order of a column to define which value is shown first in analysis platforms when grouping by that column, but this does not seem to be the case (sex=F is always shown first in big class).
My question is twofold:
1. can I affect which is shown first?
2. If not, how do I know which comes first? It does not appear to be alphabetical
dt=Open("$SAMPLE_DATA\big class.jmp");
Distribution( Continuous Distribution( Column( :height ) ), By( :sex ) )
![mvanderaa1_0-1669301522688.png mvanderaa1_0-1669301522688.png](https://community.jmp.com/t5/image/serverpage/image-id/47596iA7839A97E6E00F7E/image-dimensions/360x333?v=v2)