edges (list[tuple[int, int]], optional) – A selection of edges to draw.
The default is None, in which case all edges are drawn.
color (Color | dict[tuple[int, int], Color], optional) – The color specification for the edges.
The default color is the value of MeshArtist.default_edgecolor.