We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1cea5 commit 4ee1e05Copy full SHA for 4ee1e05
lib/matplotlib/axes/_axes.pyi
@@ -602,7 +602,7 @@ class Axes(_AxesBase):
602
weights: ArrayLike | None = ...,
603
*,
604
complementary: bool=...,
605
- orientation: Literal["vertical", "horizonatal"]=...,
+ orientation: Literal["vertical", "horizontal"]=...,
606
compress: bool=...,
607
data=...,
608
**kwargs
lib/matplotlib/pyplot.py
@@ -3241,7 +3241,7 @@ def ecdf(
3241
weights: ArrayLike | None = None,
3242
3243
complementary: bool = False,
3244
- orientation: Literal["vertical", "horizonatal"] = "vertical",
+ orientation: Literal["vertical", "horizontal"] = "vertical",
3245
compress: bool = False,
3246
data=None,
3247
**kwargs,
0 commit comments