MV2

sort(a, axis=- 1)[source]

The sort axis is replaced with a dummy axis.

Return a sorted copy of the masked array.

Equivalent to creating a copy of the array and applying the MaskedArray sort() method.

Refer to MaskedArray.sort for the full documentation

See also

MaskedArray.sort

equivalent method