Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f64a70e + 7125329 commit f1a8b92Copy full SHA for f1a8b92
lib/matplotlib/transforms.pyi
@@ -196,7 +196,7 @@ class Transform(TransformNode):
196
) -> Sequence[bool]: ...
197
def __sub__(self, other: Transform) -> Transform: ...
198
def __array__(self, *args, **kwargs) -> np.ndarray: ...
199
- def transform(self, values: ArrayLike) -> Transform: ...
+ def transform(self, values: ArrayLike) -> np.ndarray: ...
200
def transform_affine(self, values: ArrayLike) -> np.ndarray: ...
201
def transform_non_affine(self, values: ArrayLike) -> ArrayLike: ...
202
def transform_bbox(self, bbox: BboxBase) -> Bbox: ...
0 commit comments