Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006a52c commit 1e6f21eCopy full SHA for 1e6f21e
lib/matplotlib/axis.py
@@ -501,8 +501,8 @@ class Axis(artist.Artist):
501
"""
502
Public attributes
503
504
- * :attr:`transData` - transform data coords to display coords
505
- * :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
506
* :attr:`labelpad` - number of points between the axis and its label
507
508
OFFSETTEXTPAD = 3
0 commit comments