abhijithanilkumar / NetworkViz.jl

Julia Interface to visualize Graphs.
Other
29 stars 5 forks source link

Edge visualization problem for sparse graphs? #15

Open hpoit opened 7 years ago

hpoit commented 7 years ago

Hi Abhijith, I haven't been able to test NetworkViz yet because of a Homebrew issue, but does it have this problem of edges that GraphPlot.jl has? In any case, I have chosen your package to be the default option for BayesNets' issue, after some study. It seems to be the most complete option.

abhijithanilkumar commented 7 years ago

Hey @hpoit ! The problem might still be there but, since NetworkViz uses ThreeJS, it produces a 3D graph. So, the edge can be made visible by moving the graph.

hpoit commented 7 years ago

Good to know Abhijith, thanks! @tawheeler