Skip to content

Commit 99b55eb

Browse files
committed
function returns the path, not the verticies of the ellipse
1 parent bb13815 commit 99b55eb

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
@@ -1420,7 +1420,7 @@ def _recompute_transform(self):
14201420

14211421
def get_path(self):
14221422
"""
1423-
Return the vertices of the ellipse
1423+
Return the path of the ellipse
14241424
"""
14251425
return self._path
14261426

0 commit comments

Comments
 (0)