From 4ee1e05d4c28fe844cf11d2ad1af7de61339051a Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:56:06 +0100 Subject: [PATCH] Backport PR #29979: Fix typos: horizonatal -> horizontal --- lib/matplotlib/axes/_axes.pyi | 2 +- lib/matplotlib/pyplot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.pyi b/lib/matplotlib/axes/_axes.pyi index 1877cc192b15..0c4be37b064b 100644 --- a/lib/matplotlib/axes/_axes.pyi +++ b/lib/matplotlib/axes/_axes.pyi @@ -602,7 +602,7 @@ class Axes(_AxesBase): weights: ArrayLike | None = ..., *, complementary: bool=..., - orientation: Literal["vertical", "horizonatal"]=..., + orientation: Literal["vertical", "horizontal"]=..., compress: bool=..., data=..., **kwargs diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index 1f50a05a54f7..2dd8e76d98b4 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -3241,7 +3241,7 @@ def ecdf( weights: ArrayLike | None = None, *, complementary: bool = False, - orientation: Literal["vertical", "horizonatal"] = "vertical", + orientation: Literal["vertical", "horizontal"] = "vertical", compress: bool = False, data=None, **kwargs, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy