Graphing a SimpleGraph

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.

You could check out GraphPlot, I think it should be efficient enough for that size. There’s no interactivity though, as far as I know.