Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9846a6f

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

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.pyi

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.pyi
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.