graphview
graphview copied to clipboard
Layered Graph can't display Loops
I was trying to display an NFA-ε which required the edge of a grandchild to go back into it's grandparent node. Using SugiyamaAlgorithm the resulting graph isn't correct, as visible on the attached image.

Node q2 should have an edge to node q1, instead node q1 has a strange edge to itself.
Can you share what would be the correct UI ? Sugiyama graph does not allow loops.
I wanted to create something similar to this graph:

Unfortunately not possible with the current implementation.
Duplicate of #79