You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n, _ := graph.CreateNode("n")
n.SetShape("record")
n.SetLabel("<prev>|B|<next>")
m, err := graph.CreateNode("m")
e, err := graph.CreateEdge("e", n:prev, m)
I want to draw edge from prev to m, but I can't found some useful function, how to do ?
thanks
The text was updated successfully, but these errors were encountered:
I want to draw edge from prev to m, but I can't found some useful function, how to do ?
thanks
The text was updated successfully, but these errors were encountered: