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

Skip to content

Commit 70f4990

Browse files
authored
Merge pull request #26711 from meeseeksmachine/auto-backport-of-pr-26709-on-v3.8.x
Backport PR #26709 on branch v3.8.x (DOC: consistency in docstrings of formatting of array-like)
2 parents b9262c9 + 59d942e commit 70f4990

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)