Hacker News new | ask | show | jobs
by robinjhuang 1598 days ago
This post helped me so much when I was using the graphviz library. I was trying to use the layout functions in graphviz for another tool, and graphviz spits out layout in bezier curve points. I was plotting the points directly, and didn't realize I needed to interpolate the actual points of the curve. This post helped immensely.