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

Skip to content

Commit dc3c81a

Browse files
committed
DOC: consistency in docstrings of formatting of array-like
1 parent 75ef6e2 commit dc3c81a

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)