Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e6f21e

Browse files
committed
Merged revisions 7486 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint ........ r7486 | mdboom | 2009-08-14 09:30:32 -0400 (Fri, 14 Aug 2009) | 2 lines Fix documentation about Axis.transAxis (thanks Jason Sage) ........ svn path=/trunk/matplotlib/; revision=7487
1 parent 006a52c commit 1e6f21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ class Axis(artist.Artist):
501501
"""
502502
Public attributes
503503
504-
* :attr:`transData` - transform data coords to display coords
505-
* :attr:`transAxis` - transform axis coords to display coords
504+
* :attr:`axes.transData` - transform data coords to display coords
505+
* :attr:`axes.transAxes` - transform axis coords to display coords
506506
* :attr:`labelpad` - number of points between the axis and its label
507507
"""
508508
OFFSETTEXTPAD = 3

0 commit comments

Comments
 (0)