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

Skip to content

Commit 76c6962

Browse files
Fix stub
1 parent 4206313 commit 76c6962

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/bezier.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def get_normal_points(
2222
cx: float, cy: float, cos_t: float, sin_t: float, length: float
2323
) -> tuple[float, float, float, float]: ...
2424
def split_de_casteljau(beta: ArrayLike, t: float) -> tuple[np.ndarray, np.ndarray]: ...
25+
def _real_roots_in_01(coeffs: ArrayLike) -> np.ndarray: ...
2526
def find_bezier_t_intersecting_with_closedpath(
2627
bezier_point_at_t: Callable[[float], tuple[float, float]],
2728
inside_closedpath: Callable[[tuple[float, float]], bool],

0 commit comments

Comments
 (0)