diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2020-09-09 15:00:48 -0700 |
|---|---|---|
| committer | Ross Barnowski <rossbar@berkeley.edu> | 2020-09-09 15:00:48 -0700 |
| commit | fef19578d79dffd9310cc8d155c631bcfd1bcd9e (patch) | |
| tree | b9a2e26d4c07d611cd2890a416af341d2604168b | |
| parent | e37299b75697531b0abd6992778a05fbe3f1be7d (diff) | |
| download | numpy-fef19578d79dffd9310cc8d155c631bcfd1bcd9e.tar.gz | |
DOC: reformat meshgrid see also links
| -rw-r--r-- | numpy/lib/function_base.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index bd0f4c11b..c43b2fb53 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -4229,10 +4229,9 @@ def meshgrid(*xi, copy=True, sparse=False, indexing='xy'): See Also -------- - mgrid : Construct a multi-dimensional "meshgrid" - using indexing notation. - ogrid : Construct an open multi-dimensional "meshgrid" - using indexing notation. + mgrid : Construct a multi-dimensional "meshgrid" using indexing notation. + ogrid : Construct an open multi-dimensional "meshgrid" using indexing + notation. Examples -------- |
