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.
1 parent 801031f commit 3a4ee04Copy full SHA for 3a4ee04
1 file changed
lib/matplotlib/patches.pyi
@@ -259,8 +259,8 @@ class Ellipse(Patch):
259
260
def get_corners(self) -> np.ndarray: ...
261
262
- def get_vertices(self) -> tuple[float, float]: ...
263
- def get_co_vertices(self) -> tuple[float, float]: ...
+ def get_vertices(self) -> list[tuple[float, float]]: ...
+ def get_co_vertices(self) -> list[tuple[float, float]]: ...
264
265
266
class Annulus(Patch):
0 commit comments