Hello,
I have 2 arrays the first one is a 2D array with vertices (vertex)
And the second one an array which defines links between vertices (links)
For the moment I use this code to do the plot:
hv.Overlay([hv.Path(vertex[link], kdims=['y', 'x']).opts(color='red', line_width=4) for link in links]).opts(...)