Skip to content

Navigation Menu

Sign in
Appearance settings

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 919d9e9

Browse filesBrowse files
authored
Merge pull request #29979 from martincornejo/fix-typo
Fix typos: horizonatal -> horizontal
2 parents 828ec6f + 88edd84 commit 919d9e9
Copy full SHA for 919d9e9

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
@@ -590,7 +590,7 @@ class Axes(_AxesBase):
590590
weights: ArrayLike | None = ...,
591591
*,
592592
complementary: bool=...,
593-
orientation: Literal["vertical", "horizonatal"]=...,
593+
orientation: Literal["vertical", "horizontal"]=...,
594594
compress: bool=...,
595595
data=...,
596596
**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
@@ -3247,7 +3247,7 @@ def ecdf(
32473247
weights: ArrayLike | None = None,
32483248
*,
32493249
complementary: bool = False,
3250-
orientation: Literal["vertical", "horizonatal"] = "vertical",
3250+
orientation: Literal["vertical", "horizontal"] = "vertical",
32513251
compress: bool = False,
32523252
data=None,
32533253
**kwargs,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.