From d1701c6e988329368d486675b0c190643b6f5ee0 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 10 Apr 2009 02:18:52 +0000 Subject: Make histogramdd documentation a bit clearer. --- numpy/lib/function_base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index d37dd0feb..00dc92f1f 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -391,8 +391,9 @@ def histogramdd(sample, bins=10, range=None, normed=False, weights=None): Parameters ---------- sample : array_like - Data to histogram passed as a sequence of D arrays of length N, or - as an (N,D) array. + The data to be histogrammed. It must be an (N,D) array or data + that can be converted to such. The rows of the resulting array + are the coordinates of points in a D dimensional polytope. bins : sequence or int, optional The bin specification: -- cgit v1.2.1