up follow livre
This commit is contained in:
parent
b4b4398bb0
commit
3a7a3849ae
12242 changed files with 2564461 additions and 6914 deletions
9
venv/lib/python3.13/site-packages/matplotlib/_path.pyi
Normal file
9
venv/lib/python3.13/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): ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue