All Projects → fogleman → Graphlayout

fogleman / Graphlayout

Licence: mit
Graph drawing using simulated annealing for layout.

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].