8000 Tripcolor.py: Remove documentation rendering error · matplotlib/matplotlib@d85f0d5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d85f0d5

Browse files
committed
Tripcolor.py: Remove documentation rendering error
This commit remove formatting issue in Tripcolor function documentation. Fixes #7803
1 parent 59478d2 commit d85f0d5

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
@@ -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)
0