Drawing digraphs without point towards each other

前端 未结 0 660
灰色年华
灰色年华 2021-02-12 11:05

I have a digraph which is creating with networkx. I added nodes and edges to digraph and here is the problem;

G.add_edge(1,2,weight=5.0)
G.add_edge(2,1,weight=1.0         


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