NetworkArtist.draw_edges
- NetworkArtist.draw_edges(edges=None, color=None)[source]
Draw a selection of edges.
- Parameters
edges (list[tuple[hashable, hashable]], optional) – A list of edges to draw. The default is None, in which case all edges are drawn.
color (tuple[int, int, int] or dict[tuple[hashable, hashable], tuple[int, int, int]], optional) – The color specification for the edges. The default color is the value of
NetworkArtist.default_edgecolor
.
- Returns
list[Rhino.Geometry.Line]