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