Closed
Description
Hi ! Again to disturb you. Here is my matrix:
A = [3 7; 2 4]
Which corresponds to the expected network.
The following code
G = SimpleWeightedDiGraph(A)
gplot(G, nodelabel=1:nv(G), edgelabel=B)
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")
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.
Metadata
Metadata
Assignees
Labels
No labels