some new features
This commit is contained in:
9
.venv/lib/python3.12/site-packages/matplotlib/_path.pyi
Normal file
9
.venv/lib/python3.12/site-packages/matplotlib/_path.pyi
Normal file
@ -0,0 +1,9 @@
|
||||
from collections.abc import Sequence
|
||||
|
||||
import numpy as np
|
||||
|
||||
from .transforms import BboxBase
|
||||
|
||||
def affine_transform(points: np.ndarray, trans: np.ndarray) -> np.ndarray: ...
|
||||
def count_bboxes_overlapping_bbox(bbox: BboxBase, bboxes: Sequence[BboxBase]) -> int: ...
|
||||
def update_path_extents(path, trans, rect, minpos, ignore): ...
|
||||
Reference in New Issue
Block a user