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

Commit4ee1e05

Browse files
rcomermeeseeksmachine
authored andcommitted
Backport PR#29979: Fix typos: horizonatal -> horizontal
1 parent8a1cea5 commit4ee1e05

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)

[8]ページ先頭

©2009-2025 Movatter.jp