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 edge keys (as uv pairs) identifying which edges to draw. The default is None, in which case all edges are drawn.

  • color (Color | dict[tuple[hashable, hashable], Color], optional) – The color specification for the edges. The default color of edges is default_edgecolor.

Returns

list[bpy.types.Object]