dagre 0.0.2 copy "dagre: ^0.0.2" to clipboard
dagre: ^0.0.2 copied to clipboard

Dart 1 only

Graph layout for Dart

example/README

Graphs were generated with igraphs:

for x in range(0, 5):
    for i in [5, 10, 15, 20, 50]:
        for j in [1, 3, 5, 10]:
            g = Graph.Barabasi(i, j, directed=True)
            g.write_dot("barabasi_" + str(i) + "_" + str(j) + "_" + str(x) + ".dot")
0
likes
10
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Graph layout for Dart

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

graphlib, quiver

More

Packages that depend on dagre