From: <as...@us...> - 2009-02-10 04:47:38
|
Revision: 6900 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6900&view=rev Author: astraw Date: 2009-02-10 04:47:29 +0000 (Tue, 10 Feb 2009) Log Message: ----------- doc bug: update axvline docstring Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2009-02-10 04:43:23 UTC (rev 6899) +++ trunk/matplotlib/lib/matplotlib/axes.py 2009-02-10 04:47:29 UTC (rev 6900) @@ -2880,8 +2880,8 @@ Draw a vertical line at *x* from *ymin* to *ymax*. With the default values of *ymin* = 0 and *ymax* = 1, this line will always span the vertical extent of the axes, regardless of the - xlim settings, even if you change them, eg. with the - :meth:`set_xlim` command. That is, the vertical extent is in + ylim settings, even if you change them, eg. with the + :meth:`set_ylim` command. That is, the vertical extent is in axes coords: 0=bottom, 0.5=middle, 1.0=top but the *x* location is in data coordinates. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |