Reputation: 51
Is there a way to get curly/wavy lines between two nodes in graphviz/dot?
Upvotes: 5
Views: 1600
Reputation: 42500
One way to do this is to use a combination of graphviz dot, and the newer LaTeX drawing tools TikZ and PGF. Kjell Magne Fauske has an amazing gallery of the things that you can do by using these tools together.
The most significant demo for your question is the pgf-snake. The image from that demo is reproduced here for completeness.
Upvotes: 5