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 c74ca21 commit 4a0bd60Copy full SHA for 4a0bd60
1 file changed
lib/matplotlib/tri/tripcolor.py
@@ -93,7 +93,7 @@ def tripcolor(ax, *args, **kwargs):
93
kwargs.setdefault('linewidths', linewidths)
94
95
if shading == 'faceted': # Deprecated.
96
- edgecolors = 'k',
+ edgecolors = 'k'
97
else:
98
edgecolors = 'none'
99
if 'edgecolor' in kwargs:
0 commit comments