8000 Fix documented allowed values for Patch.set_edgecolor. · matplotlib/matplotlib@ed6a973 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ed6a973

Browse files
committed
Fix documented allowed values for Patch.set_edgecolor.
"auto" was documented as allowed value by 05e4ed9, but AFAICT this was not actually implemented (there's no handling for such a value anywhere in the module).
1 parent b600026 commit ed6a973

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)
0