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

Skip to content

Commit 90ac523

Browse files
authored
Merge pull request #11030 from nickgarvey/master
Update doc string for get_yticklabels
2 parents 834cfc8 + 954cb56 commit 90ac523

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
@@ -3525,7 +3525,7 @@ def get_yminorticklabels(self):
35253525

35263526
def get_yticklabels(self, minor=False, which=None):
35273527
"""
3528-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
3528+
Get the y tick labels as a list of :class:`~matplotlib.text.Text`
35293529
instances.
35303530
35313531
Parameters

0 commit comments

Comments
 (0)