How do I plot a graph created with LightGraphs.jl
.
I have tried GraphRecipes
, and a graph with 200 nodes and 400 edges takes too long to draw, even the second time.
Ideally, I would like interactivity. More important is fast generation of a graph with 1000 notes, and 5000 edges. This was possible 15 years ago using OpenGL. Is there anything available in the Julia ecosphere? Thanks.