NetworkArtist.draw_nodes
- NetworkArtist.draw_nodes(nodes=None, color=None)[source]
Draw a selection of nodes.
- Parameters
nodes (list, optional) – A list of nodes to draw. Default is
None
, in which case all nodes are drawn.color (tuple or dict of tuple, optional) – The color specification for the nodes. The default color is the value of
~NetworkArtist.default_nodecolor
.
- Returns
list – The GUIDs of the created Rhino objects.