remove venv
This commit is contained in:
parent
056387013d
commit
0680c7594e
13999 changed files with 0 additions and 2895688 deletions
|
|
@ -1,20 +0,0 @@
|
|||
from matplotlib.axes import Axes
|
||||
from matplotlib.collections import PolyCollection
|
||||
|
||||
from collections.abc import Iterable
|
||||
from typing import Literal
|
||||
from numpy.typing import ArrayLike
|
||||
from matplotlib.typing import ColorType
|
||||
|
||||
def stackplot(
|
||||
axes: Axes,
|
||||
x: ArrayLike,
|
||||
*args: ArrayLike,
|
||||
labels: Iterable[str] = ...,
|
||||
colors: Iterable[ColorType] | None = ...,
|
||||
hatch: Iterable[str] | str | None = ...,
|
||||
baseline: Literal["zero", "sym", "wiggle", "weighted_wiggle"] = ...,
|
||||
**kwargs
|
||||
) -> list[PolyCollection]: ...
|
||||
|
||||
__all__ = ['stackplot']
|
||||
Loading…
Add table
Add a link
Reference in a new issue