Joining two graph in networkx

后端 未结 0 1541
误落风尘
误落风尘 2021-01-23 05:17

Is it possible add edges between nodes of a Graph and a DiGraph? As I am trying as follows:

import networkx as nx
G = nx.Graph()
H = nx.DiGraph()

G.add_edges_fro         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题