Revision: 6063
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6063&view=rev
Author:   ryanmay
Date:     2008-09-04 18:29:28 +0000 (Thu, 04 Sep 2008)

Log Message:
-----------
Correct return in docstring for boxplot.

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

Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py     2008-09-03 19:58:01 UTC (rev 
6062)
+++ trunk/matplotlib/lib/matplotlib/axes.py     2008-09-04 18:29:28 UTC (rev 
6063)
@@ -4504,8 +4504,9 @@
 
         *x* is an array or a sequence of vectors.
 
-        Returns a list of the :class:`matplotlib.lines.Line2D`
-        instances added.
+        Returns a dictionary mapping each component of the boxplot
+        to a list of the :class:`matplotlib.lines.Line2D`
+        instances created.
 
         **Example:**
 


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to