Abhijith Anilkumar
Abhijith Anilkumar
Hello @AStupidBear This issue was fixed in the master branch of NetworkLayout but that commit is not included in the release version. Can you please try executing your code in...
No you need not. This issue was addressed after the previous release. The new release that supports 0.6 will be pushed soon, that will address this issue as well. For...
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.
Yeah, Buchheim can be made available here, but for that to work, a cycle removal function needs to be added as mentioned [here](https://github.com/JuliaGraphs/NetworkLayout.jl/issues/9). Adding new algorithms here is not a...
I haven't added that functionality yet. I'll try to implement that by tonight.
I'll be happy to have your contributions here. plot() function in utils.py is what draws the graph using ThreeJS.
@ranjanan I've implemented the node color change feature. You can use the drawGraph function to draw nodes with colors now. Like, `drawGraph(g,colors=color,z=1)` where color is `Vector::Color` I've changed drawGraph function...
@rohitvarkey Creating a new type is a good idea. It will help us modify the graph more easily. I'll look into it. Thanks for the suggestion.
I'm planning to restructure the library according to @rohitvarkey 's suggestion. Once that is done, changes can be made easily. I'll complete the work soon. He has already changed squares...