FormGraph.from_networkx
- classmethod FormGraph.from_networkx(graph)
Create a new graph instance from a NetworkX DiGraph instance.
- Parameters:
- graphnetworkx.DiGraph
NetworkX instance of a directed graph.
- Returns:
See also
Create a new graph instance from a NetworkX DiGraph instance.
NetworkX instance of a directed graph.
See also