Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edge question #39

Open
linger1216 opened this issue Jan 13, 2021 · 1 comment
Open

edge question #39

linger1216 opened this issue Jan 13, 2021 · 1 comment
Labels
question Further information is requested

Comments

@linger1216
Copy link

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

@nakayama900
Copy link

I want to know about this too.

@goccy goccy added the question Further information is requested label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants