numpy.ma.MaskedArray.clip — NumPy v1.13 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.13 Manual
- NumPy Reference
- Array objects
- Masked arrays
- Constants of the numpy.ma module
- index
- next
- previous
MaskedArray. clip(min=None, max=None, out=None)[source]¶
Return an array whose values are limited to [min, max]. One of max or min must be given.
Refer to numpy.clip for full documentation.
See also
equivalent function