Open PaschalisAthan opened 1 year ago
TypeError: d3() got an unexpected keyword argument 'edge_length'
So the d3 layout api doesn't appear to have the ability to individually set edge length.
I think adding such a capability would significantly usage and layout options and I would be interested in seeing something similar.
I am trying to create a network graph with different edge length. However, the edge length is not changing. My code:
I also tried using length instead of weight.
Any reason why this is happening?