10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a1cea5 + 4ee1e05 commit 9846a6fCopy full SHA for 9846a6f
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