10000 Merge pull request #29980 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@9846a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9846a6f

Browse files
authored
Merge pull request #29980 from meeseeksmachine/auto-backport-of-pr-29979-on-v3.10.x
2 parents 8a1cea5 + 4ee1e05 commit 9846a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ class Axes(_AxesBase):
602602
weights: ArrayLike | None = ...,
603603
*,
604604
complementary: bool=...,
605-
orientation: Literal["vertical", "horizonatal"]=...,
605+
orientation: Literal["vertical", "horizontal"]=...,
606606
compress: bool=...,
607607
data=...,
608608
**kwargs

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ def ecdf(
32413241
weights: ArrayLike | None = None,
32423242
*,
32433243
complementary: bool = False,
3244-
orientation: Literal["vertical", "horizonatal"] = "vertical",
3244+
orientation: Literal["vertical", "horizontal"] = "vertical",
32453245
compress: bool = False,
32463246
data=None,
32473247
**kwargs,

0 commit comments

Comments
 (0)
0