Skip to content
 
 

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphLayout

Graph drawing using simulated annealing for layout.

Input

path = 'output.png'
size = 800
edges = [
    (1, 2), (1, 3), (1, 4), (2, 4), (2, 5), (3, 6),
    (4, 3), (4, 6), (4, 7), (5, 4), (5, 7), (7, 6),
]
create_bitmap(path, size, edges)

Output

Screenshot

About

Graph drawing using simulated annealing for layout.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages