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

Skip to content

Commit f1fc859

Browse files
appleapple
authored andcommitted
Add IndirectTransform to transforms.pyi stub
1 parent aa34825 commit f1fc859

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/matplotlib/transforms.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,7 @@ def offset_copy(
346346
class _ScaledRotation(Affine2DBase):
347347
def __init__(self, theta: float, trans_shift: Transform) -> None: ...
348348
def get_matrix(self) -> np.ndarray: ...
349+
350+
351+
class IndirectTransform(Transform):
352+
def __init__(self, func: Callable[..., Transform], **kwargs) -> None: ...

0 commit comments

Comments
 (0)