|||
Sort one array, keep the other synched
Equivalent to:
a, b = unzip(sorted(zip(a, b)))
If a and b are two columns of data, sort a keeping b in sync
tuple[ndarray, ndarray]
tuple
ndarray
<Page contents
>Page contents:
zipsort()
Styled using the Piccolo Theme