NetworkViz.jl icon indicating copy to clipboard operation
NetworkViz.jl copied to clipboard

Julia Interface to visualize Graphs.

Results 9 NetworkViz.jl issues
Sort by recently updated
recently updated
newest added

Any plan to bring this package back? Otherwise, please archive this repo.

release will change over time, but your REQUIRE file says this package supports julia 0.4 so it should continue to be tested

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

Hi all, LightGraphs is preparing for a fairly large upgrade with Julia 0.6, and I wanted to make you aware of what we're doing. Very few things are breaking, but...

Hi Abhijith, I haven't been able to test NetworkViz yet because of a Homebrew [issue](https://github.com/JuliaPackaging/Homebrew.jl/issues/175), but does it have [this](https://github.com/JuliaGraphs/GraphPlot.jl/issues/20) problem of edges that GraphPlot.jl has? In any case, I...

Modifying the package to use NetworkLayout.jl so that redundant copied code from GraphLayout can be eliminated.

Could you point me to functions that can help me change colors of nodes and label them too? Something like `changeColor(g::Graph, n::Integer, color)` and `setLabel(g::Graph, n::Integer, text)` would be nice....

Create a new type to represent Graph Visualization with Graph and customizable parameters as attributes. This makes real-time modifications of the Graph easier.

Currently, since the graph is redrawn (points recalculated after each change), the vertices are not constant. Vertices should be fixed.