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

Skip to content

Commit c553db5

Browse files
committed
Fix typing
1 parent 5bd6b55 commit c553db5

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
@@ -189,6 +189,9 @@ class EllipseCollection(Collection):
189189
] = ...,
190190
**kwargs
191191
) -> None: ...
192+
def set_widths(self, witdhs: ArrayLike) -> None: ...
193+
def set_heights(self, heights: ArrayLike) -> None: ...
194+
def set_angles(self, angles: ArrayLike) -> None: ...
192195

193196
class PatchCollection(Collection):
194197
def __init__(

0 commit comments

Comments
 (0)