numpy.ma.MaskedArray.swapaxes#
method
- ma.MaskedArray.swapaxes(axis1, axis2)[source]#
Return a view of the array with axis1 and axis2 interchanged.
Refer to
numpy.swapaxesfor full documentation.See also
numpy.swapaxesequivalent function
Site Navigation
Section Navigation
ufunc)numpy.ctypeslib)numpy.fft)numpy.linalg)numpy.matlib)numpy.random)numpy.testing)numpy.testing.overrides)numpy.typing)numpy.distutils)numpy.distutils and migration advicenumpy.ma modulemethod
Return a view of the array with axis1 and axis2 interchanged.
Refer to numpy.swapaxes for full documentation.
See also
numpy.swapaxesequivalent function