toponetx.NodeView#

class toponetx.NodeView(objectdict, cell_type, colored_nodes: bool = False)[source]#

Bases: object

Node view class.

Parameters:
objectdictdict

A dictionary of nodes with their attributes.

cell_typetype

The type of the cell.

colored_nodesbool, optional

Whether or not the nodes are colored.

__init__(objectdict, cell_type, colored_nodes: bool = False) None[source]#

Methods

__init__(objectdict, cell_type[, colored_nodes])