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 3df0bbb commit bbf76e7Copy full SHA for bbf76e7
lib/matplotlib/patches.py
@@ -1669,7 +1669,7 @@ def get_vertices(self):
1669
def get_co_vertices(self):
1670
"""
1671
Return the left and right co-vertex coordinates of the ellipse.
1672
-
+
1673
The definition can be found `here<https://en.wikipedia.org/wiki/Ellipse>`_
1674
1675
x0 = self._center[0] - self._height / 2 * np.sin(np.deg2rad(self._angle))
0 commit comments