NetworkArtist.draw_edges

NetworkArtist.draw_edges(edges=None, color=None)[source]

Draw a selection of edges.

Parameters
  • edges (list) – 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 (rgb-tuple or dict of rgb-tuples) – The color specififcation for the edges.

Returns

list of bpy.types.Object