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

Skip to content

Commit dcba98d

Browse files
authored
Merge pull request #7818 from rishikksh20/master
Tripcolor.py: Remove documentation rendering error
2 parents 12ec2c1 + 7d674b1 commit dcba98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tri/tripcolor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def tripcolor(ax, *args, **kwargs):
3838
are defined at triangles. If there are the same number of points
3939
and triangles in the triangulation it is assumed that color
4040
values are defined at points; to force the use of color values at
41-
triangles use the kwarg *facecolors*=C instead of just *C*.
41+
triangles use the kwarg ``facecolors=C`` instead of just ``C``.
4242
4343
*shading* may be 'flat' (the default) or 'gouraud'. If *shading*
4444
is 'flat' and C values are defined at points, the color values

0 commit comments

Comments
 (0)