Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f24a28f

Browse files
authored
Merge pull request #15494 from meeseeksmachine/auto-backport-of-pr-15486-on-v3.1.x
Backport PR #15486 on branch v3.1.x (Fixes an error in the documentation of Ellipse)
2 parents 2aeba6c + b5750bd commit f24a28f

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

14981498
def get_path(self):
14991499
"""
1500-
Return the vertices of the rectangle
1500+
Return the path of the ellipse
15011501
"""
15021502
return self._path
15031503

0 commit comments

Comments
 (0)