Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit919d9e9

Browse files
authored
Merge pull request#29979 from martincornejo/fix-typo
Fix typos: horizonatal -> horizontal
2 parents828ec6f +88edd84 commit919d9e9

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
@@ -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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp