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

Skip to content

Commit f52c17e

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #17383: yticks: Fix typos
1 parent 7aae38c commit f52c17e

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
@@ -1500,7 +1500,7 @@ def yticks(ticks=None, labels=None, **kwargs):
15001500
Parameters
15011501
----------
15021502
ticks : array-like, optional
1503-
The list of xtick locations. Passing an empty list removes all xticks.
1503+
The list of ytick locations. Passing an empty list removes all yticks.
15041504
labels : array-like, optional
15051505
The labels to place at the given *ticks* locations. This argument can
15061506
only be passed if *ticks* is passed as well.

0 commit comments

Comments
 (0)