2
votes

I want to draw a directed graph with Python library Networkx, the problem is that when I have a connection from Node1 to Node1, and back from Node2 to Node2, their labels are overwritten.

Is there a method to draw curves from one node to another, or a way to configure labels position?

In screenshot you can see that I have two directed lines but only one label, second label is over first.

1
I resolved with label_pos=0.2 - 0x3d

1 Answers

1
votes

It was resolved with label_pos=0.2