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