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 303f957 commit 3df0bbbCopy full SHA for 3df0bbb
lib/matplotlib/patches.py
@@ -1665,7 +1665,7 @@ def get_vertices(self):
1665
x1 = self._center[0] + self._width / 2 * np.cos(np.deg2rad(self._angle))
1666
y1 = self._center[1] + self._width / 2 * np.sin(np.deg2rad(self._angle))
1667
return [(x0, y0), (x1, y1)]
1668
-
+
1669
def get_co_vertices(self):
1670
"""
1671
Return the left and right co-vertex coordinates of the ellipse.
0 commit comments