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

Skip to content

Commit 59d942e

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #26709: DOC: consistency in docstrings of formatting of array-like
1 parent b9262c9 commit 59d942e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ def set_ticks(self, ticks, labels=None, *, minor=False, **kwargs):
20972097
20982098
Parameters
20992099
----------
2100-
ticks : 1D ArrayLike
2100+
ticks : 1D array-like
21012101
Array of tick locations. The axis `.Locator` is replaced by a
21022102
`~.ticker.FixedLocator`.
21032103

0 commit comments

Comments
 (0)