NetworkArtist.draw_edges
- NetworkArtist.draw_edges(edges=None, color=None)[source]
Draw a selection of edges.
- Parameters
edges (list[tuple[int, int]], optional) – A list of edge keys (as uv pairs) identifying which edges to draw. The default is None, in which case all edges are drawn.
color (tuple[float, float, float] or dict[tuple[int, int], tuple[float, float, float]], optional) – The color specification for the edges.
- Returns
None