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

Skip to content

Commit b413be1

Browse files
committed
Fix typing
1 parent ca01521 commit b413be1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/collections.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ class EllipseCollection(Collection):
180180
] = ...,
181181
**kwargs
182182
) -> None: ...
183+
def set_widths(self, widths: ArrayLike) -> None: ...
184+
def set_heights(self, heights: ArrayLike) -> None: ...
185+
def set_angles(self, angles: ArrayLike) -> None: ...
183186

184187
class PatchCollection(Collection):
185188
def __init__(

0 commit comments

Comments
 (0)