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.
2 parents 1816cdf + 4a0bd60 commit a6c59f7Copy full SHA for a6c59f7
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