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

Skip to content

Commit 077603e

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #20937: Fix documented allowed values for Patch.set_edgecolor.
1 parent 9570619 commit 077603e

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
@@ -349,7 +349,7 @@ def set_edgecolor(self, color):
349349
350350
Parameters
351351
----------
352-
color : color or None or 'auto'
352+
color : color or None
353353
"""
354354
self._original_edgecolor = color
355355
self._set_edgecolor(color)

0 commit comments

Comments
 (0)