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

Skip to content

Commit 3103b58

Browse files
authored
Merge pull request #9540 from TomDLT/major_change
DOC fix set_xticklabels docstring
2 parents 5a4cf14 + ae1bfe0 commit 3103b58

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
@@ -3074,7 +3074,7 @@ def set_xticklabels(self, labels, fontdict=None, minor=False, **kwargs):
30743074
30753075
minor : bool, optional
30763076
If True select the minor ticklabels,
3077-
else select the minor ticklabels
3077+
else select the major ticklabels
30783078
30793079
Returns
30803080
-------
@@ -3394,7 +3394,7 @@ def set_yticklabels(self, labels, fontdict=None, minor=False, **kwargs):
33943394
33953395
minor : bool, optional
33963396
If True select the minor ticklabels,
3397-
else select the minor ticklabels
3397+
else select the major ticklabels
33983398
33993399
Returns
34003400
-------

0 commit comments

Comments
 (0)