NetworkArtist.draw_nodes
- NetworkArtist.draw_nodes(nodes=None, color=None)[source]
Draw a selection of nodes.
- Parameters
nodes (list of int, optional) – A list of node identifiers. Default is
None
, in which case all nodes are drawn.color (rgb-tuple or dict of rgb-tuples) – The color specififcation for the nodes.
- Returns
list of
bpy.types.Object