MeshArtist.update_edgewidths

MeshArtist.update_edgewidths(widths)[source]

Update the widths of the edges.

Parameters

widths (dict[tuple[int, int], float]) – Mapping between edge identifiers and linewidths. Missing edges get the default edge linewidth: MeshArtist.default_edgewidth.

Returns

None