This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.ndarray.clip

ndarray.clip(a_min, a_max, out=None)

Return an array whose values are limited to [a_min, a_max].

Refer to numpy.clip for full documentation.

See also

numpy.clip
equivalent function

Previous topic

numpy.ndarray.ptp

Next topic

numpy.ndarray.conj

This Page