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

Multigraph/DiMultigraph multiplicity edges missing #170

Open
gdolle opened this issue Jan 3, 2022 · 0 comments
Open

Multigraph/DiMultigraph multiplicity edges missing #170

gdolle opened this issue Jan 3, 2022 · 0 comments

Comments

@gdolle
Copy link

gdolle commented Jan 3, 2022

It seems that only one edge is displayed (or superposed) for multiplicity >1

using Multigraphs

g = DiMultigraph(3)
add_edge!(g, 1, 2);
add_edge!(g, 2, 3, 2); # multiplicity 2
add_edge!(g, 3, 4);

graphplot(g,names=1:ne(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

No branches or pull requests

1 participant