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

Skip to content

Commit 859559a

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #11043: Doc: unreference specific axis for get_ticklabels() in axis.py
1 parent 7928522 commit 859559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ def get_minorticklabels(self):
12561256

12571257
def get_ticklabels(self, minor=False, which=None):
12581258
"""
1259-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
1259+
Get the tick labels as a list of :class:`~matplotlib.text.Text`
12601260
instances.
12611261
12621262
Parameters

0 commit comments

Comments
 (0)