Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeae6f3

Browse files
committed
Add check_consistency to PathCollection stub
1 parent 0aea444 commit aeae6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/collections.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class PathCollection(_CollectionWithSizes):
8686
def __init__(
8787
self, paths: Sequence[Path], sizes: ArrayLike | None = ..., **kwargs
8888
) -> None: ...
89+
def check_consistency(self) -> None: ...
8990
def set_paths(self, paths: Sequence[Path]) -> None: ...
9091
def get_paths(self) -> Sequence[Path]: ...
9192
def legend_elements(

0 commit comments

Comments
 (0)