From 59d942ee5c2f61a65e3107aed450a76c93dd172a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 6 Sep 2023 21:17:03 -0400 Subject: [PATCH] Backport PR #26709: DOC: consistency in docstrings of formatting of array-like --- lib/matplotlib/axis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axis.py b/lib/matplotlib/axis.py index 56d4e6b77dc6..9adfb2cde7d3 100644 --- a/lib/matplotlib/axis.py +++ b/lib/matplotlib/axis.py @@ -2097,7 +2097,7 @@ def set_ticks(self, ticks, labels=None, *, minor=False, **kwargs): Parameters ---------- - ticks : 1D ArrayLike + ticks : 1D array-like Array of tick locations. The axis `.Locator` is replaced by a `~.ticker.FixedLocator`.