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 #40

Open
athevapalan opened this issue Feb 14, 2022 · 4 comments
Open

Self-Loops #40

athevapalan opened this issue Feb 14, 2022 · 4 comments
Labels
feature request New feature or request

Comments

@athevapalan
Copy link

Is there a way to visualize self-loops? Currently an edge, where source and target are the same, only goes out of the node but the end doesn't go back into the node, but rather ends somewhere besides the node without connecting to anything.

@dash14
Copy link
Owner

dash14 commented Feb 23, 2022

Hi @athevapalan,
Sorry for the late reply.
Currently, self-loop edges are not supported.
If it is to be supported, it will take a while to add it, as many accompanying functions such as drawing multiple lines, passing paths, and displaying labels will need to be considered and implemented.
It may be a partial solution, but I will consider it.

@dash14 dash14 added the feature request New feature or request label Feb 23, 2022
@violent-boomerang
Copy link

violent-boomerang commented Apr 20, 2022

Hello, self-loops is a feature I would like also to use. I am using nodes and edges to represent entities and relations. A self relation would mean having a self loop, the same entity is at both ends of the relation.

I think a good fit for self loops is also in state machines. Some inputs in a state machine do not change state:
like this state machine
or this

@hellohanchen
Copy link

I also run into the same use case, is there a work-around for this right now?

@Schewns
Copy link

Schewns commented Aug 4, 2022

would be a nice feature for sure =)

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

No branches or pull requests

5 participants