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 d85f0d5 commit 7d674b1Copy full SHA for 7d674b1
1 file changed
lib/matplotlib/tri/tripcolor.py
@@ -38,7 +38,7 @@ def tripcolor(ax, *args, **kwargs):
38
are defined at triangles. If there are the same number of points
39
and triangles in the triangulation it is assumed that color
40
values are defined at points; to force the use of color values at
41
- triangles use the kwarg *facecolors*\=C instead of just *C*.
+ triangles use the kwarg ``facecolors=C`` instead of just ``C``.
42
43
*shading* may be 'flat' (the default) or 'gouraud'. If *shading*
44
is 'flat' and C values are defined at points, the color values
0 commit comments