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

Skip to content

Commit cd9212d

Browse files
committed
Corrected tripcolor documentation.
1 parent ece0fb1 commit cd9212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tri/tripcolor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def tripcolor(ax, *args, **kwargs):
4040
is 'flat' and C values are defined at points, the color values
4141
used for each triangle are from the mean C of the triangle's
4242
three points. If *shading* is 'gouraud' then color values must be
43-
defined at triangles. *shading* of 'faceted' is deprecated;
43+
defined at points. *shading* of 'faceted' is deprecated;
4444
please use *edgecolors* instead.
4545
4646
The remaining kwargs are the same as for

0 commit comments

Comments
 (0)