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

Self-loops not correctly drawn #60

Closed
simonschoelly opened this issue Apr 24, 2018 · 2 comments
Closed

Self-loops not correctly drawn #60

simonschoelly opened this issue Apr 24, 2018 · 2 comments

Comments

@simonschoelly
Copy link
Contributor

simonschoelly commented Apr 24, 2018

At the moment self-loops are simpy drawn as an arrow pointing to the vertex. As far as I know, such a self loop is usually drawn like this: https://en.wikipedia.org/wiki/Loop_(graph_theory)#/media/File:6n-graph2.svg
It the current implementation on purpose or could this be changed?

@sbromberger
Copy link
Contributor

It could definitely be changed. Self loops are a relatively late addition to LightGraphs and there are things that are undoubtedly broken. You found one of them :)

@simonschoelly
Copy link
Contributor Author

Fixed by #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants