-
Notifications
You must be signed in to change notification settings - Fork 33
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
Edge bundling #5
Comments
That should work. After the first run of I've read that |
Can it be that |
With the default method it just seems to stop intermittently as there is no more "improvement" to be found:
With
|
Anyone else wanna try this out with mingle? Maybe my graph is just messed up. |
I'll test it one day, my current priority is |
Repo rename incoming? |
Nah, it would be packages wallpaper ;) |
Genius! |
@LoLei, I've tried it.
So, if I understand correctly, the situation is like this: BTW, you have a typo in the instructions you posted on GitLab: |
Thanks for still trying! And for the notice about the typo on GitLab, I've corrected it. Still, it must be possible somehow. I just found this survey paper again from a previous year of a class I've taken, where a group does essentially the same thing. (See Section 3.1.) This is what led me to the manual compilation of GraphViz. They show some working mingle output. Unfortunately no exact replication instructions are included. They might have used different configurations. I'm past the point of caring if this will ever work, but if you want I could reach out to the authors and get some more information. |
The paper is a good read. They pass an undirected graph to
I would like to hear more from the authors, but it could be not worth your efforts. I'm OK if you would rather do something else. |
If I do get into contact with them I'll let you know! |
Thanks! |
Might not be worth it, but would be cool if it supported edge bundling. I know GraphViz is kinda broken in a lot of ways.
concentrate=true
definitely doesn't work.mingle
could be used, although the dependency libraryann
is broken for compilation with GraphViz, I've just gotten it to work on Arch Linux.I've tried a few combinations of mingle filters but I'm not sure which is the right one with your format.
E.g.:
twopi pacwall.gv | mingle | twopi -Tpng pacwall.png
Also, it seems that mingle depends on the
pos
attribute of nodes, which is not used in yourgv
format at all, so it might be necessary to add these.The text was updated successfully, but these errors were encountered: