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

Skip to content

Commit 97d2944

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #11030: Update doc string for get_yticklabels
1 parent f855d1a commit 97d2944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,7 @@ def get_yminorticklabels(self):
35533553

35543554
def get_yticklabels(self, minor=False, which=None):
35553555
"""
3556-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
3556+
Get the y tick labels as a list of :class:`~matplotlib.text.Text`
35573557
instances.
35583558
35593559
Parameters

0 commit comments

Comments
 (0)