It would be nice to be able to sort the graphs based on whatever values were chosen to be displayed in the graphs.
For example, after i have chosen to display the 'first_name' field of each record, I thought it would be nice to be able to sort the graphs by first name so that I can search for a particular Match Group better.
I don't think implementing this would be complicated, but I'll have to investigate the graph visualization code to be sure.
One question I do have is, where do you want the graph viewer's 'viewport' (that is, the part graphs that you can see in the GUI) to be looking at once the sort is done?
Would you prefer it to be:
a) starting at the top?
b) in the same relative position as it was before you started the sort?
c) shift to be viewing the last graph you selected before the sort?