solorice/vscodium/extensions/ms-python.vscode-pylance-2022.4.3/dist/bundled/stubs/matplotlib/collections.pyi
2022-04-28 21:17:01 +03:00

33 lines
985 B
Python

from typing import Any
from matplotlib.artist import Artist
from matplotlib.cm import ScalarMappable
class Collection(Artist, ScalarMappable):
def __getattr__(self, name: str) -> Any: ... # incomplete
class _CollectionWithSizes(Collection):
def __getattr__(self, name: str) -> Any: ... # incomplete
class LineCollection(Collection):
def __getattr__(self, name: str) -> Any: ... # incomplete
class PolyCollection(_CollectionWithSizes):
def __getattr__(self, name: str) -> Any: ... # incomplete
class BrokenBarHCollection(PolyCollection):
def __getattr__(self, name: str) -> Any: ... # incomplete
class EventCollection(LineCollection):
def __getattr__(self, name: str) -> Any: ... # incomplete
class QuadMesh(Collection):
def __getattr__(self, name: str) -> Any: ... # incomplete
class PathCollection(_CollectionWithSizes):
def __getattr__(self, name: str) -> Any: ... # incomplete
def __getattr__(name: str) -> Any: ... # incomplete