Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphLayout.jl

Build Status Coverage Status GraphLayout

Graph layout algorithms in pure Julia. Currently only has the spring-based method of Fruchterman and Reingold (1991), but more can and will be added. Only other restriction is the graph must be provided in adjacency matrix format - adjacency list and Graph.jl support to come later (PRs welcomed).

Related packages:

GraphLayout.jl has an optional dependency on Compose.jl. If you have it installed you can plot the resulting graph layouts:

Gadfly

Pentagon

Random

MIT License. Copyright (c) 2014 Iain Dunning

About

Graph layout algorithms in pure Julia

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages