summaryrefslogtreecommitdiff
path: root/numpy/ma
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma')
-rw-r--r--numpy/ma/core.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index 939f84f84..cb29d57b1 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -545,6 +545,10 @@ def filled(a, fill_value=None):
a : ndarray
The filled array.
+ See Also
+ --------
+ compressed
+
Examples
--------
>>> x = np.ma.array(np.arange(9).reshape(3, 3), mask=[[1, 0, 0],