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

no way to easily tell whether a node has a loop edge #23

Open
nsajko opened this issue May 15, 2021 · 0 comments
Open

no way to easily tell whether a node has a loop edge #23

nsajko opened this issue May 15, 2021 · 0 comments

Comments

@nsajko
Copy link
Contributor

nsajko commented May 15, 2021

After giving Graphia a GML file which includes edges that are loops, the graph seems displayed very nicely, but the problem is that there's no way to tell at a glance whether a node has a self edge.

The only indication seems to be the in-degree and out-degree, which are both one greater than the number of displayed edges.

This is an example of a line in the GML file defining the loop:

edge [ source 00042 target 00042 ]

I think there are two ways to solve this, and any of the two would be alright, and both even better:

  1. Add loops to the 3D display, where the other edges already are displayed.
  2. Enable making Visualizations which would highlight nodes with loops on them.

I hope I haven't missed anything.

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