Commit c00ea6ed authored by Administrator's avatar Administrator

[FIX] node size.

parent 3bc37be6
......@@ -536,7 +536,7 @@ def node_link(request, corpus_id):
try:
#node,type(labels[node])
G.node[node]['label'] = node
G.node[node]['weight'] = weight[node]
G.node[node]['size'] = weight[node]
# G.node[node]['color'] = '19,180,300'
except Exception as error:
print(error)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment