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 (Color | dict[hashable, Color], optional) – The color specification for the nodes. The default color of nodes is default_nodecolor.

Returns

list[bpy.types.Object]