From bb60ac665d8e15e5a28741da677840eba7240bc5 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Fri, 22 Aug 2025 12:36:43 +0530 Subject: [PATCH] DOC: Fix typo in xlabel docstring --- lib/matplotlib/pyplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index 330ccb7d7016..4531cbd3b261 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -1341,7 +1341,7 @@ def axes( - *None*: A new full window Axes is added using ``subplot(**kwargs)``. - - 4-tuple of floats *rect* = ``(left, bottom, width, height)``. + - 4-tuple of float *rect* = ``(left, bottom, width, height)``. A new Axes is added with dimensions *rect* in normalized (0, 1) units using `~.Figure.add_axes` on the current figure.