From: <ry...@us...> - 2008-09-04 18:29:30
|
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. |