Skip to content

Commit 3df0bbb

Browse files
author
Johann Krauter
committed
deleted blank lines
1 parent 303f957 commit 3df0bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ def get_vertices(self):
16651665
x1 = self._center[0] + self._width / 2 * np.cos(np.deg2rad(self._angle))
16661666
y1 = self._center[1] + self._width / 2 * np.sin(np.deg2rad(self._angle))
16671667
return [(x0, y0), (x1, y1)]
1668-
1668+
16691669
def get_co_vertices(self):
16701670
"""
16711671
Return the left and right co-vertex coordinates of the ellipse.

0 commit comments

Comments
 (0)