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

Skip to content

Commit 5986519

Browse files
authored
Merge pull request #9547 from matplotlib/auto-backport-of-pr-9540
Backport PR #9540 on branch v2.1.x
2 parents b206b0c + 438935c commit 5986519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ def set_xticklabels(self, labels, fontdict=None, minor=False, **kwargs):
30733073
30743074
minor : bool, optional
30753075
If True select the minor ticklabels,
3076-
else select the minor ticklabels
3076+
else select the major ticklabels
30773077
30783078
Returns
30793079
-------
@@ -3393,7 +3393,7 @@ def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
33933393
33943394
minor : bool, optional
33953395
If True select the minor ticklabels,
3396-
else select the minor ticklabels
3396+
else select the major ticklabels
33973397
33983398
Returns
33993399
-------

0 commit comments

Comments
 (0)