Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f221944 commit 87e8ea6Copy full SHA for 87e8ea6
1 file changed
lib/matplotlib/lines.py
@@ -1040,7 +1040,7 @@ def set_color(self, color):
1040
----------
1041
color : color
1042
"""
1043
- if not is_color_like(color):
+ if not is_color_like(color) and color != 'auto':
1044
cbook._check_in_list(get_named_colors_mapping(),
1045
_print_supported_values=False, color=color)
1046
self._color = color
0 commit comments