Hi ! Again to disturb you. Here is my matrix:
Which corresponds to the expected network.

The following code
G = SimpleWeightedDiGraph(A)
gplot(G, nodelabel=1:nv(G), edgelabel=B)
gives me:

Issues are:
- no edge labels on nodes cycling to themselves,
- and in jupyter notebook the layout is truncated.
Based on #160 The following code
gplot(G, nodelabel=1:nv(G), edgelabel=B, linetype="curve")
gives me:

There are:
- no edge labels on nodes cycling to themselves,
- and in jupyter notebook the layout is truncated.
- labels does not follow edges.
- edgelabeldistx and edgelabeldisty do not fix.
I dunno if #186 will fix this simple graph.
Hi ! Again to disturb you. Here is my matrix:
Which corresponds to the expected network.

The following code
gives me:

Issues are:
Based on #160 The following code
gives me:

There are:
I dunno if #186 will fix this simple graph.