Skip to content

Graph drawing using simulated annealing for layout.

Notifications You must be signed in to change notification settings

ajinkyakulkarni/GraphLayout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.5%
  • C 44.1%
  • Makefile 0.4%