This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.ma.transpose
-
numpy.ma.transpose(a, axes=None)
Return a view of the array with dimensions permuted according to axes,
as a masked array.
If axes is None (default), the output view has reversed
dimensions compared to the original.