dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/bundled/stubs/matplotlib/stackplot.pyi
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

17 lines
367 B
Python

from typing import Literal, Sequence
from ._typing import *
from .collections import PolyCollection
__all__ = ["stackplot"]
def stackplot(
axes,
x: ArrayLike,
*args,
labels: Sequence[str] = ...,
colors: Sequence[Color] = ...,
baseline: Literal["zero", "sym", "wiggle", "weighted_wiggle"] = ...,
**kwargs,
) -> list[PolyCollection]: ...