Thanks to visit codestin.com Credit goes to github.com
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 828ec6f + 88edd84 commit 919d9e9Copy full SHA for 919d9e9
2 files changed
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