diff options
author | Importance of Being Ernest <elch.rz@ruetz-online.de> | 2017-04-23 15:01:23 +0200 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-04-23 14:01:23 +0100 |
commit | 704c9cca7cb82cbe7077c7e69ebe21a9c00250ba (patch) | |
tree | 8805943970319d543813cd7423b35d893010db95 /numpy/lib/nanfunctions.py | |
parent | fdedc3b8357debc9eae11a9ab3f7ff2b71b9cf27 (diff) | |
download | numpy-704c9cca7cb82cbe7077c7e69ebe21a9c00250ba.tar.gz |
DOC: Correct shape of edges in np.histogram2d (#8980)
If nx and ny are the bin counts (as stated in the bins argument's text), then the return H has indeed shape (nx, ny). However, the returned xedges and yedges will then have shape (nx+1,) and (ny+1,) respectively.
Fixes #8979
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions