Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
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.
Previous topic
numpy.ma.masked_equal
Next topic
numpy.ma.masked_greater_equal
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»