Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
23
typings/matplotlib/tri/_tritools.pyi
Normal file
23
typings/matplotlib/tri/_tritools.pyi
Normal file
|
@ -0,0 +1,23 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from matplotlib.tri import Triangulation
|
||||
|
||||
class TriAnalyzer:
|
||||
def __init__(self, triangulation: Triangulation) -> None:
|
||||
...
|
||||
|
||||
@property
|
||||
def scale_factors(self) -> tuple[float, float]:
|
||||
...
|
||||
|
||||
def circle_ratios(self, rescale: bool = ...) -> np.ndarray:
|
||||
...
|
||||
|
||||
def get_flat_tri_mask(self, min_circle_ratio: float = ..., rescale: bool = ...) -> np.ndarray:
|
||||
...
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue