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.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to