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

selfloop placement for digraph is broken #58

Closed
hexaeder opened this issue Feb 16, 2022 · 0 comments · Fixed by #59
Closed

selfloop placement for digraph is broken #58

hexaeder opened this issue Feb 16, 2022 · 0 comments · Fixed by #59

Comments

@hexaeder
Copy link
Collaborator

image

    g = SimpleDiGraph(3)
    add_edge!(g, 1, 2)
    add_edge!(g, 2, 3)
    add_edge!(g, 3, 1)
    add_edge!(g, 1, 1)
    add_edge!(g, 2, 2)
    add_edge!(g, 3, 3)

    f, ax, p  = graphplot(g)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant