Skip to content

Commit 86fbf90

Browse files
author
Johann Krauter
committed
Merge branch 'add_Ellipse_Arrow_Example' of https://github.com/photoniker/matplotlib into add_Ellipse_Arrow_Example
# Conflicts: # lib/matplotlib/patches.pyi
2 parents f23854d + 0386925 commit 86fbf90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/patches.pyi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ class Ellipse(Patch):
259259

260260
def get_corners(self) -> np.ndarray: ...
261261

262-
def get_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
263-
def get_co_vertices(self) -> list[tuple[float, float], tuple[float, float]]: ...
262+
def get_vertices(self) -> list[tuple[float, float]]: ...
263+
def get_co_vertices(self) -> list[tuple[float, float]]: ...
264+
264265

265266
class Annulus(Patch):
266267
a: float

0 commit comments

Comments
 (0)