8000 Merge pull request #17383 from jiahao/cjh/yticks-doc · matplotlib/matplotlib@28f41f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28f41f9

Browse files
authored
Merge pull request #17383 from jiahao/cjh/yticks-doc
yticks: Fix typos
2 parents 965e533 + 34b86a5 commit 28f41f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ def yticks(ticks=None, labels=None, **kwargs):
15131513
Parameters
15141514
----------
15151515
ticks : array-like, optional
1516-
The list of xtick locations. Passing an empty list removes all xticks.
1516+
The list of ytick locations. Passing an empty list removes all yticks.
15171517
labels : array-like, optional
15181518
The labels to place at the given *ticks* locations. This argument can
15191519
only be passed if *ticks* is passed as well.

0 commit comments

Comments
 (0)
0