Skip to content

Commit

Permalink
output folder added
Browse files Browse the repository at this point in the history
roholazandie committed Nov 28, 2017
1 parent 11cb07d commit a83d4c2
Showing 4 changed files with 165 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -22,5 +22,6 @@ def get_node_sizes(G):
graph = nx.read_gpickle("graph.gpickle")
node_sizes = get_node_sizes(graph)
node_weights = get_node_weights(graph)
visualize_graph(graph, node_sizes, node_weights, layout="graphviz", filename="spring.html", title="")
layout = "random"
visualize_graph(graph, node_sizes, node_weights, layout, filename=layout+".html", title="")

81 changes: 81 additions & 0 deletions outputs/graphviz.html

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions outputs/random.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spring.html → outputs/spring.html

Large diffs are not rendered by default.

0 comments on commit a83d4c2

Please sign in to comment.