Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5986519

Browse filesBrowse 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
Copy full SHA for 5986519

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.