8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 828ec6f + 88edd84 commit 919d9e9Copy full SHA for 919d9e9
lib/matplotlib/axes/_axes.pyi
@@ -590,7 +590,7 @@ class Axes(_AxesBase):
590
weights: ArrayLike | None = ...,
591
*,
592
complementary: bool=...,
593
- orientation: Literal["vertical", "horizonatal"]=...,
+ orientation: Literal["vertical", "horizontal"]=...,
594
compress: bool=...,
595
data=...,
596
**kwargs
lib/matplotlib/pyplot.py
@@ -3247,7 +3247,7 @@ def ecdf(
3247
weights: ArrayLike | None = None,
3248
3249
complementary: bool = False,
3250
- orientation: Literal["vertical", "horizonatal"] = "vertical",
+ orientation: Literal["vertical", "horizontal"] = "vertical",
3251
compress: bool = False,
3252
data=None,
3253
**kwargs,
0 commit comments