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

Skip to content

Commit edd5854

Browse files
authored
Merge pull request #11032 from matplotlib/auto-backport-of-pr-11030
Backport PR #11030 on branch v2.2.2-doc
2 parents 9f0e711 + 97d2944 commit edd5854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)