Interactive network visualization

I found a solution that works for me in case anyone is interested:

  1. Use Makie.jl to draw the graph using the scatter and line functions
  2. Get the initial layout coordinates with NetworkLayout.jl
  3. Use Makie’s scene.events.mouseposition to update the positions of the vertices
4 Likes