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

Layout algorithms for graphs and trees in pure Julia.

Results 13 NetworkLayout.jl issues
Sort by recently updated
recently updated
newest added

I find Spring layout sometimes too overcrowded at specified graphs. This layout algorithms sometimes gives a little bit better graph structure. It uses CUDA for ordering as I need larger...

NetworkLayout.jl currently has the Buchheim algorithm for laying out trees. Often data sets are hierarchical, but are not trees. It'd be great to have a layout algorithm for directed acyclic...

This is a rework of #52. I changed the interface in the folloing way: - `initialpos` optionally allows for dictionarys now. So you can use something like `Dict(3 => (1,2,3))`...

If one has a weighted graph, would it make sense for the layout algorithm to account for the weights? This is done in, for instance, the R package `qgraph`. Perhaps...

This pull request changes the compat entry for the `CairoMakie` package from `0.10` to `0.10, 0.11` for package docs. This keeps the compat entries for earlier versions. Note: I have...

The following algorithms from GraphPlot are not in NetworkLayout: - Community Layout - Collapse Layout See https://github.com/JuliaGraphs/GraphPlot.jl/blob/a04b5cfde71b65b01aa2bae43ce7a15b49c8a85d/src/collapse_plot.jl It might be worth copying them over to this package so they can...

allows to customize `DEFAULT_RNG[]` on a global basis to use stable RNGs in testing of GraphMakie (ref https://github.com/MakieOrg/GraphMakie.jl/pull/190)

This pull request changes the compat entry for the `CairoMakie` package from `0.11` to `0.11, 0.12` for package docs. This keeps the compat entries for earlier versions. Note: I have...