MeshArtist.update_edgecolors

MeshArtist.update_edgecolors(colors)[source]

Update the colors of the edges.

Parameters

colors (dict[tuple[int, int], tuple[float, float, float]]) – Mapping between edge identifiers and colors. Missing edge get the default color: MeshArtist.default_edgecolor.

Returns

None