Revision: 6382
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6382&view=rev
Author:   jouni
Date:     2008-11-09 13:17:41 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
Clarify hist docstring

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/axes.py

Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py     2008-11-09 13:16:39 UTC (rev 
6381)
+++ trunk/matplotlib/lib/matplotlib/axes.py     2008-11-09 13:17:41 UTC (rev 
6382)
@@ -6243,8 +6243,8 @@
                bottom=None, histtype='bar', align='mid',
                orientation='vertical', rwidth=None, log=False, **kwargs)
 
-        Compute the histogram of *x*. The return value is a tuple
-        (*n*, *bins*, *patches*) or ([*n0*, *n1*, ...], *bins*,
+        Compute and draw the histogram of *x*. The return value is a
+        tuple (*n*, *bins*, *patches*) or ([*n0*, *n1*, ...], *bins*,
         [*patches0*, *patches1*,...]) if the input contains multiple
         data.
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to