Skip to content
Prev 156806 / 398506 Next

sort a data matrix by all the values and keep the names

One possibility is:
name value
1   x1     1
2   x3     2
3   x2     4
4   x2     6
5   x1     7
6   x3     8
--- On Tue, 23/9/08, zhihuali <lzhtom at hotmail.com> wrote: