I use julia programming language for my research. I do some graph processing. For this I use Graphs.jl library which suits me perfectly. But now I need a tool to visualize my graph.
I tried use:
plot(my_graph)
But it doesn't look so well. You can see it on a picture below.
Is there any other julia tool to visualize graph better?