dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.6.1/dist/bundled/stubs/matplotlib/stackplot.pyi
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -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]: ...