Change width
Browse files- network.py +1 -1
network.py
CHANGED
@@ -35,7 +35,7 @@ def analysis():
|
|
35 |
# plt.show()
|
36 |
|
37 |
|
38 |
-
net = Network(width="
|
39 |
net.from_nx(G)
|
40 |
|
41 |
for node in net.nodes:
|
|
|
35 |
# plt.show()
|
36 |
|
37 |
|
38 |
+
net = Network(width="1200px", height="800px", bgcolor="#222222", font_color="white", directed=True)
|
39 |
net.from_nx(G)
|
40 |
|
41 |
for node in net.nodes:
|