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.masked_greater
-
numpy.ma.masked_greater(x, value, copy=True)
- Return the array x masked where (x > value).
Any value of mask already masked is kept masked.