Spec-Zone.ru › Matplotlib 3.8

matplotlib.typing

matplotlib.typing.RGBColorType

alias of Union[tuple[float, float, float], str]

matplotlib.typing.RGBColourType

alias of Union[tuple[float, float, float], str]

matplotlib.typing.RGBAColorType

alias of Union[str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]

matplotlib.typing.RGBAColourType

alias of Union[str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]

END_OF_DOCUMENT_MARKER
matplotlib.typing.ColorType

псевдоним для Union[tuple[float, float, float], str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]

matplotlib.typing.ColourType

псевдоним для Union[tuple[float, float, float], str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]

matplotlib.typing.LineStyleType

псевдоним для Union[str, tuple[float, Sequence[float]]]

matplotlib.typing.DrawStyleType

псевдоним для Literal['default', 'steps', 'steps-pre', 'steps-mid', 'steps-post']

matplotlib.typing.MarkEveryType

псевдоним для Union[None, int, tuple[int, int], slice, list[int], float, tuple[float, float], list[bool]]

matplotlib.typing.FillStyleType

псевдоним для Literal['full', 'left', 'right', 'bottom', 'top', 'none']

matplotlib.typing.CapStyleType

псевдоним для Union[CapStyle, Literal['butt', 'projecting', 'round']]

matplotlib.typing.JoinStyleType

псевдоним для Union[JoinStyle, Literal['miter', 'round', 'bevel']]

matplotlib.typing.RcStyleType

псевдоним для Union[str, dict[str, Any], Path, Sequence[Union[str, Path, dict[str, Any]]]]

matplotlib.typing.HashableList(iterable=(), /)

Вложенный список хэшируемых значений.

псевдоним для list[Union[_HT, HashableList[_HT]]]

© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.8.4/api/typing_api.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API