|
From: <md...@us...> - 2009-08-14 13:30:44
|
Revision: 7486
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7486&view=rev
Author: mdboom
Date: 2009-08-14 13:30:32 +0000 (Fri, 14 Aug 2009)
Log Message:
-----------
Fix documentation about Axis.transAxis (thanks Jason Sage)
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/axis.py
Modified: branches/v0_99_maint/lib/matplotlib/axis.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/axis.py 2009-08-14 03:29:14 UTC (rev 7485)
+++ branches/v0_99_maint/lib/matplotlib/axis.py 2009-08-14 13:30:32 UTC (rev 7486)
@@ -501,8 +501,8 @@
"""
Public attributes
- * :attr:`transData` - transform data coords to display coords
- * :attr:`transAxis` - transform axis coords to display coords
+ * :attr:`axes.transData` - transform data coords to display coords
+ * :attr:`axes.transAxes` - transform axis coords to display coords
* :attr:`labelpad` - number of points between the axis and its label
"""
OFFSETTEXTPAD = 3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|