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 ae1bfe0

Browse filesBrowse files
authored
DOC fix set_xticklabels docstring
1 parent efbaded commit ae1bfe0
Copy full SHA for ae1bfe0

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.