Edge Routing #6
stargazing-dino
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[I'll update this as I learn more]
On the (graphviz website)[https://www.graphviz.org/theory/] I found this paper that looks interesting:
Implementing a General-Purpose Edge Router - edge routing in Graphviz
They pointed out two methods to draw edges. Polylines with card edges (or curved based on a border radius) or splines.
Splines
A directed graph they looked at had this algorithm to draw splines:
Polylines
https://cs.brown.edu/people/rtamassi/gdhandbook/chapters/orthogonal.pdf
Beta Was this translation helpful? Give feedback.
All reactions