|
From: <ry...@us...> - 2009-02-13 18:17:36
|
Revision: 6912
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6912&view=rev
Author: ryanmay
Date: 2009-02-13 18:17:31 +0000 (Fri, 13 Feb 2009)
Log Message:
-----------
Typo in docstring
Modified Paths:
--------------
branches/v0_98_5_maint/lib/matplotlib/axes.py
Modified: branches/v0_98_5_maint/lib/matplotlib/axes.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/axes.py 2009-02-13 17:54:52 UTC (rev 6911)
+++ branches/v0_98_5_maint/lib/matplotlib/axes.py 2009-02-13 18:17:31 UTC (rev 6912)
@@ -5743,7 +5743,7 @@
corner of the axes. If *None*, default to rc ``image.origin``.
*extent*: [ None | scalars (left, right, bottom, top) ]
- Eata values of the axes. The default assigns zero-based row,
+ Data limits for the axes. The default assigns zero-based row,
column indices to the *x*, *y* centers of the pixels.
*shape*: [ None | scalars (columns, rows) ]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|