cascade.graph.multiplex
- cascade.graph.multiplex(*graphs, edge_attr='weight', na_fill=0.0)[source]
Combine multiple graphs into a single graph by multiplexing an edge attribute
- Parameters:
- Return type:
- Returns:
Multiplexed graph
Note
All attributes except
edge_attrwill be dropped, because it is generally not obvious how attributes of nodes and edges missing in certain multiplexed graphs should be filled.